NetCDF  4.5.0
netcdf_mem.h
Go to the documentation of this file.
1 
12 #ifndef NETCDF_MEM_H
13 #define NETCDF_MEM_H 1
14 
15 #include <netcdf.h>
16 
17 #if defined(__cplusplus)
18 extern "C" {
19 #endif
20 
21 EXTERNL int nc_open_mem(const char* path, int mode, size_t size, void* memory, int* ncidp);
22 
23 #if defined(__cplusplus)
24 }
25 #endif
26 
27 #endif /* NETCDF_MEM_H */
Main header file for the C API.
EXTERNL int nc_open_mem(const char *path, int mode, size_t size, void *memory, int *ncidp)
Open a netCDF file with the contents taken from a block of memory.
Definition: dfile.c:764

Return to the Main Unidata NetCDF page.
Generated on Sat Dec 30 2017 10:59:33 for NetCDF. NetCDF is a Unidata library.