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