http://kor.i2p/books/The%20C%20Programming%20Language%20by%20K&R/appb.html
If the mode includes b after the initial letter, as
in "rb" or "w+b" , that indicates a binary file.
Filenames are limited to FILENAME_MAX characters. At most FOPEN_MAX files may be open at once. FILE *freopen(const char *filename, const char *mode, FILE *stream) freopen opens the file with the specified mode and associates
the stream with it.