rewind
Example: rewind | Input-Output Functions |
Rewinds a file.
void rewind( FILE *file_pointer);
file_pointer | A pointer to the file to rewind. |
For rewind details, refer to your C language documentation.
Return Values
This function has no return value.