empty.c 76 B

12345678
  1. #ifdef _WIN32
  2. __declspec(dllexport)
  3. #endif
  4. int empty_c()
  5. {
  6. return 0;
  7. }