#ifndef _H5f90_H #define _H5f90_H #include "hdf5.h" #include "H5f90i.h" #include "H5f90proto.h" /* Constants used in H5Rff.f90 and H5Rf.c files */ #define REF_OBJ_BUF_LEN_F 2 #define REF_REG_BUF_LEN_F 3 /* Constants used in H5Gf.c files */ #define OBJECT_NAMELEN_DEFAULT_F -1 #define H5_MAX(a,b) (((a)>(b)) ? (a) : (b)) #endif /* _H5f90_H */