greeting.h 101 B

1234
  1. #if defined(_WIN32) && !defined(GREETING_STATIC)
  2. __declspec(dllimport)
  3. #endif
  4. void greeting(void);