C
void FSrewind( FSFILE * fo );
Description
The FSrewind funciton will reset the position of the specified file to the beginning of the file. This functionality is faster than using FSfseek to reset the position in the file.
Preconditions
File opened.
Parameters
Parameters |
Description |
fo |
Pointer to file structure |
Side Effects
None.
Remarks
None.