MicrOS
|
#include "../stdio.h"
Functions | |
int | fgetpos (FILE *stream, fpos_t *pos) |
Get current position in stream. More... | |
Get current position in stream.
Retrieves the current position in the stream.
stream | Pointer to a FILE object that identifies the stream to be closed. |
pos | Pointer to a fpos_t object. This should point to an object already allocated. |