2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-02-23 16:59:54 +08:00
netcdf-c/libdispatch/stub.c

8 lines
87 B
C

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