I\'m writing a small C library that reads gzip files passed as FILE *. I\'m using zlib\'s gzdopen() to open the file file descriptor:
FILE *
gzdopen()