main.c 99 B

1234567891011
  1. int main(void)
  2. {
  3. return 0;
  4. }
  5. #ifdef _WIN32
  6. __declspec(dllexport)
  7. #endif
  8. void main_c(void)
  9. {
  10. }