a.c 90 B

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