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
2010-06-03 13:24:43 +00:00

8 lines
85 B
C

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