zot.h 75 B

1234567
  1. #include "bar.h"
  2. #ifdef _WIN32
  3. __declspec(dllexport)
  4. #endif
  5. int zot();