![]() | Programming Guide | ![]() |
Resets the file stream to the beginning of a file
int sm_fio_rewind(int file_stream);
file_stream- A handle to the file to rewind, obtained by sm_fio_open.
sm_fio_rewindresets the specified file stream to the file's beginning—for example, in order to re-read a file's contents.
![]()
![]()
![]()
![]()