9 lines
80 B
C
Raw Normal View History

2015-08-17 11:37:30 +02:00
#ifdef _WIN32
__declspec(dllexport)
#endif
2024-04-14 22:45:38 +02:00
int empty_c(void)
2015-08-17 11:37:30 +02:00
{
return 0;
}