lib.c 127 B

123456789
  1. #include<zlib.h>
  2. int statlibfunc() {
  3. void * something = deflate;
  4. if(something != 0)
  5. return 0;
  6. return 1;
  7. }