netcdf-c/libdispatch/stub.c

8 lines
87 B
C

#include "ncdispatch.h"
NC_Dispatch*
NC_getdefaultdispatch(void)
{
return NULL;
}