lib2.c 84 B

12345678
  1. #include <dir3.h>
  2. #ifdef _WIN32
  3. __declspec(dllexport)
  4. #endif
  5. void lib2(void)
  6. {
  7. }