MicrOS
rewind.c File Reference
#include "../stdio.h"

Functions

void rewind (FILE *stream)
 Set position of stream to the beginning. More...
 

Function Documentation

◆ rewind()

void rewind ( FILE stream)

Set position of stream to the beginning.

Sets the position indicator associated with stream to the beginning of the file.

Parameters
streamPointer to a FILE object that identifies the stream to be closed.