X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/5366852335044c1e68a5c32548d3051cc943552f..289f6a146c0b2087607d8d8659531ea90142779a:/fatfs/doc/en/tell.html diff --git a/fatfs/doc/en/tell.html b/fatfs/doc/en/tell.html deleted file mode 100644 index 93d03c9..0000000 --- a/fatfs/doc/en/tell.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - -FatFs - f_tell - - - - -
-

f_tell

-

The f_tell function gets the current read/write pointer of a file.

-
-DWORD f_tell (
-  FIL* fp   /* [IN] File object */
-);
-
-
- - -
-

Parameters

-
-
fp
-
Pointer to the open file object structure.
-
-
- - -
-

Return Values

-

Returns current read/write pointer of the file.

-
- - -
-

Description

-

In this revision, the f_tell() function is implemented as a macro.

-
-#define f_tell(fp) ((fp)->fptr)
-
-
- - -
-

QuickInfo

-

Always available.

-
- - -
-

See Also

-

f_open, f_lseek, FIL

-
- -

Return

- -