Calculates the length of a binary file.
| long | fileLength (FILE* stream)
|
Reads the contents of a file into a dynamically created character string.
| char* | readFile (FILE* stream)
|
Calculate the length of C++ - style files
| int | fileLengthCpp (std::fstream * file)
|