2024-04-14 22:45:38 +02:00

9 lines
80 B
C

#ifdef _WIN32
__declspec(dllexport)
#endif
int empty_c(void)
{
return 0;
}