Files
hdf5/tools/h5diff/h5difftst.c
Pedro Vicente Nunes 85751bbbe9 [svn-r6326] Purpose:
added h5diff to CVS
    current version, options only work for float dataset type
Platforms tested:
    windows, linux
2003-01-23 17:08:51 -05:00

17 lines
121 B
C

#include <stdio.h>
#include <stdlib.h>
#include "hdf5.h"
int main(int argc, const char *argv[])
{
return 0;
}