test-zlib.c 83 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 #include <zlib.h> int main(void) { z_stream zs; inflateInit(&zs); return 0; }