netcdf-c/libcdmr/nccrdump.h
2011-04-16 20:56:36 +00:00

9 lines
193 B
C

#ifndef NCCRDUMP_H
#define NCCRDUMP_H 1
extern ast_err nccr_dumpheader(Header*);
extern ast_err nccr_data_dump(Data*, Variable*, int bigendian, bytes_t* data);
#endif /*NCCRDUMP_H*/