mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
17 lines
369 B
C
17 lines
369 B
C
/*********************************************************************
|
|
* Copyright 2018, UCAR/Unidata
|
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
|
*********************************************************************/
|
|
|
|
/* $Id$ */
|
|
/* $Header$ */
|
|
|
|
#include "config.h"
|
|
#include "netcdf.h"
|
|
|
|
int
|
|
NC_initialize(void)
|
|
{
|
|
return NC_NOERR;
|
|
}
|