Performs a fread on the file, throwing an exception if anything goes wrong. If the read failed because the end of file was reached, it returns false. Definizione alla linea 109 del file utils.cpp. bool fread(void *buf, size_t size) Performs a fread on the file, throwing an exception if anything goes wrong. Definition: utils.cpp:109 |