hdf5/test/getname.c
Pedro Vicente Nunes 8e166139de [svn-r5186]
Purpose:
    added a new file
Description:
   new file that contains the framework for a new test, regarding a new ID to name
   function. for the moment the program does nothing
Platforms tested:
    w2000
2002-04-16 12:39:38 -05:00

24 lines
129 B
C

#include "hdf5.h"
#include "h5test.h"
int main( void )
{
TESTING("get name");
PASSED();
return 0;
}