HMRES_readbinaryint()
Reads a binary integer from a binary file opened with HMRES_openinputfile(). It pays attention to the cross platform flags and does a conversion on the integer, making it understandable to the machine the program is running on.
Syntax
int HMRES_readbinaryint(FILE * file);
Type
HyperMesh hmreslib Function
Description
Reads a binary integer from a binary file opened with HMRES_openinputfile(). It pays attention to the cross platform flags and does a conversion on the integer, making it understandable to the machine the program is running on.
Inputs
- file
- The binary file containing the integer to be read.
Example
The value of the integer.
Errors
None.