mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
9 lines
193 B
C
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*/
|