NetCDF
4.6.1
NetCDF Documentation
Navigation
NetCDF Functions
Files
Examples
Source Files
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
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 */
netcdf.h
Main header file for the C API.
EXTERNL
#define EXTERNL
Needed for DLL build.
Definition:
netcdf.h:493
nc_open_mem
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:784
Return to the Main Unidata NetCDF page.
Generated on Fri May 11 2018 21:22:18 for NetCDF. NetCDF is a
Unidata
library.