8 lines
77 B
C
Raw Normal View History

2021-09-14 00:13:48 +02:00
#ifdef _WIN32
__declspec(dllexport)
#endif
int space(void)
{
return 0;
}