int main(void)
{
  return 0;
}

#ifdef _WIN32
__declspec(dllexport)
#endif
  void main_c(void)
{
}