int fs_fgetpos (FS_FILE *p_file,
fs_fpos_t *p_pos);
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Get file position indicator.
...
Non-zero value, otherwise.
Notes/Warnings
The return value should be tested against 0:
- The value placed in pos should be passed to
FS_fsetpos()
to reposition the file to its position at the time when this function was called.