MicrOS
|
#include "../stdio.h"
Functions | |
int | fsetpos (FILE *stream, const fpos_t *pos) |
Set position indicator of stream. More... | |
Set position indicator of stream.
Restores the current position in the stream to pos.
stream | Pointer to a FILE object that identifies the stream to be closed. |
pos | Pointer to a fpos_t object containing a position previously obtained with fgetpos. |