mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
16 lines
347 B
C
Executable File
16 lines
347 B
C
Executable File
#ifndef NCTOLNC4_H
|
|
#define NCTOLNC4_H 1
|
|
|
|
/**************************************************/
|
|
|
|
#define nc_open_file lnc4_open_file
|
|
#define nc_create_file lnc4_create_file
|
|
#define nc_sync lnc4_sync
|
|
#define nc_abort lnc4_abort
|
|
#define nc_close lnc4_close
|
|
#define nc4_get_vara lnc4_get_vara
|
|
#define nc4_put_vara lnc4_put_vara
|
|
|
|
#endif /*NCTOLNC4_H*/
|
|
|