The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

8 lines
131 B

#include<zlib.h>
int statlibfunc(void) {
void * something = deflate;
if(something != 0)
return 0;
return 1;
}