From 289f6a146c0b2087607d8d8659531ea90142779a Mon Sep 17 00:00:00 2001 From: Leo C Date: Sun, 27 May 2018 21:26:38 +0200 Subject: Import fatfs R0.13b --- fatfs/doc/en/size.html | 62 -------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 fatfs/doc/en/size.html (limited to 'fatfs/doc/en/size.html') diff --git a/fatfs/doc/en/size.html b/fatfs/doc/en/size.html deleted file mode 100644 index 08990c6..0000000 --- a/fatfs/doc/en/size.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - -FatFs - f_size - - - - -
-

f_size

-

The f_size function gets the size of a file.

-
-FSIZE_t f_size (
-  FIL* fp   /* [IN] File object */
-);
-
-
- - -
-

Parameters

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

Return Values

-

Returns the size of the file in unit of byte.

-
- - -
-

Description

-

In this revision, the f_size function is implemented as a macro. It does not have any validation and mutual exclusion.

-
-#define f_size(fp) ((fp)->obj.objsize)
-
-
- - -
-

QuickInfo

-

Always available.

-
- - -
-

See Also

-

f_open, f_lseek, FIL

-
- -

Return

- - -- cgit v1.2.3