0a0341bf8113f6742218ea29eb9e5991625ba9bd
Replace file descriptor with a file stream in preparation for supporting zipped files. The API to miniz requires the use of file streams and since a file descriptor can easily be extracted from a stream using `fileno` it's much more convenient to use file streams everywhere.
Description
Languages
C++
66.5%
C
32.8%
HTML
0.3%
Shell
0.2%
Makefile
0.1%
Other
0.1%