lib.c 102 B

1234567
  1. #if defined _WIN32 || defined __CYGWIN__
  2. __declspec(dllexport)
  3. #endif
  4. int fn(void) {
  5. return -1;
  6. }