blob: bf5b0c38be5d7e5f272f487e24d09a3b0681e718 [file] [log] [blame]
#ifdef _WIN32
__declspec(dllexport)
#endif
int space(void)
{
return 0;
}