rewind

rewind -- Rewind the position of a file pointer

Description

int rewind ( int fp)

Sets the file position indicator for fp to the beginning of the file stream .

If an error occurs , returns 0 .

הערה :