MicrOS
|
#include "../stdio.h"
Functions | |
long int | ftell (FILE *stream) |
Get current position in stream. More... | |
long int ftell | ( | FILE * | stream | ) |
Get current position in stream.
Returns the current value of the position indicator of the stream.
stream | Pointer to a FILE object that identifies the stream to be closed. |