This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.
#include <stdio.h>
int fgetpos(FILE *f, fpos_t *pos);
fgetpos() returns the current file position in *pos. Use this value later to reset the position, using fsetpos().
Non-zero, if an error occurred; zero otherwise.