a.c (105B)
1 #include "stdio.h" 2 #include <zlib.h> 3 #include "a.h" 4 5 void a() { 6 gzFile f = gzopen("test.gz", "wb9"); 7 } 8