HDF
4.3.0
API Reference
|
Functions | |
void | derror (const char *fmt,...) |
void * | emalloc (size_t size) |
void * | erealloc (void *ptr, size_t size) |
void | usage (void) |
void | yyerror (char *) |
int | yyparse (void) |
void | put_variable (void *) |
void | cline (const char *stmnt) |
void | fline (const char *stmnt) |
const char * | nctype (nc_type) |
const char * | ncctype (nc_type) |
char * | cstrstr (char *, size_t) |
char * | fstrstr (char *, size_t) |
char * | fstring (nc_type, void *, int) |
void | define_netcdf (char *netcdfname) |
void | load_netcdf (void *rec_start) |
void | nc_fill (nc_type, long, void *, union generic) |
void | nc_getfill (nc_type, union generic *) |
void | nc_putfill (nc_type, void *, union generic *) |
void | init_netcdf (void) |
void | close_netcdf (void) |
Variables | |
char * | progname |
char * | cdlname |
void cline | ( | const char * | stmnt | ) |
void close_netcdf | ( | void | ) |
char * cstrstr | ( | char * | , |
size_t | ) |
void define_netcdf | ( | char * | netcdfname | ) |
|
extern |
|
extern |
|
extern |
void fline | ( | const char * | stmnt | ) |
char * fstring | ( | nc_type | , |
void * | , | ||
int | ) |
char * fstrstr | ( | char * | , |
size_t | ) |
void init_netcdf | ( | void | ) |
void load_netcdf | ( | void * | rec_start | ) |
void nc_fill | ( | nc_type | , |
long | , | ||
void * | , | ||
union generic | ) |
void nc_getfill | ( | nc_type | , |
union generic * | ) |
void nc_putfill | ( | nc_type | , |
void * | , | ||
union generic * | ) |
const char * ncctype | ( | nc_type | ) |
const char * nctype | ( | nc_type | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |