mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
8 lines
85 B
C
8 lines
85 B
C
#include "dispatch.h"
|
|
|
|
NC_Dispatch*
|
|
NC_getdefaultdispatch(void)
|
|
{
|
|
return NULL;
|
|
}
|