netcdf-c/libncpoco/cptestlib.c
2023-08-23 13:31:42 +09:00

11 lines
100 B
C

#include "assert.h"
#define DLL_EXPORT
#include "cpoco.h"
EXTERNL int gimmeFive()
{
return 5;
}