Raw File
space.c
#ifdef _WIN32
__declspec(dllexport)
#endif
  int space(void)
{
  return 0;
}
back to top