HM_asciifile_readeol()
Reads an end of line from an ASCII file.
Syntax
void HM_asciifile_readeol(FILE * file);
Type
HyperMesh hmlib Function
Description
Reads an end of line from an ASCII file.
Inputs
- file
- The handle to the open ASCII file (must be opened with fopen("","rt")).
Errors
None.