mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-15 08:30:11 +08:00
11 lines
100 B
C
11 lines
100 B
C
#include "assert.h"
|
|
|
|
#define DLL_EXPORT
|
|
|
|
#include "cpoco.h"
|
|
|
|
EXTERNL int gimmeFive()
|
|
{
|
|
return 5;
|
|
}
|