mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +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*/
|