netcdf-c/libdispatch/stubdef.c

17 lines
369 B
C
Raw Normal View History

2011-04-17 04:56:36 +08:00
/*********************************************************************
* Copyright 2018, UCAR/Unidata
2011-04-17 04:56:36 +08:00
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
*********************************************************************/
/* $Id$ */
/* $Header$ */
#include "config.h"
#include "netcdf.h"
int
NC_initialize(void)
{
return NC_NOERR;
}