summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90.h
blob: 9eeb477da1099aacec6893901bb119c74ef828e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */