![]() |
NetCDF
4.8.0
|
#include "config.h"
#include <stdlib.h>
#include "netcdf.h"
#include "nc4internal.h"
#include "nc4dispatch.h"
#include "nc.h"
Go to the source code of this file.
Functions | |
int | NC4_finalize (void) |
int | NC4_initialize (void) |
Variables | |
NC_Dispatch * | UDF0_dispatch_table |
NC_Dispatch * | UDF1_dispatch_table |
This header file contains libsrc4 dispatch initialization, user-defined format, and logging prototypes and macros.
Definition in file nc4dispatch.c.
int NC4_finalize | ( | void | ) |
int NC4_initialize | ( | void | ) |
Initialize netCDF-4. If user-defined format(s) have been specified in configure, load their dispatch table(s).
Definition at line 44 of file nc4dispatch.c.