stat.c 104 B

12345678
  1. #include "subdir/exports.h"
  2. int shlibfunc();
  3. int DLL_PUBLIC statlibfunc() {
  4. return shlibfunc();
  5. }