summaryrefslogtreecommitdiffstats
path: root/test/getname.c
blob: c8b493dea33ad4ee381e9a58f8ed29cf7c34c606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include "hdf5.h"
#include "h5test.h"



int main( void )
{
 
 
 
 TESTING("get name");
 
 
 
 PASSED();
 

 
 return 0;
  
 
}