shlib.c 68 B

123456
  1. #include "exports.h"
  2. int DLL_PUBLIC shlibfunc() {
  3. return 42;
  4. }