HM_asciifile_readfixedint()
Reads a fixed integer from an ASCII file.
Syntax
int HM_asciifile_readfixedint(FILE * file, int width);
Type
HyperMesh hmlib Function
Description
Reads a fixed integer from an ASCII file. Returns the value of the integer contained in the field.
Inputs
- file
- The handle to the open ASCII file (must be opened with fopen("","rt")).
- width
- The width of the integer that should be read.
Errors
None.