From 8561671cb8c8c81cca6407d47437a7238b111ada Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 24 Jun 2017 16:35:31 +1000 Subject: Upgrade to from FATFS-0.10b to FATFS-0.13 --- 3rdparty/fatfs-0.10b/doc/en/size.html | 62 ----------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 3rdparty/fatfs-0.10b/doc/en/size.html (limited to '3rdparty/fatfs-0.10b/doc/en/size.html') diff --git a/3rdparty/fatfs-0.10b/doc/en/size.html b/3rdparty/fatfs-0.10b/doc/en/size.html deleted file mode 100644 index f297d20c..00000000 --- a/3rdparty/fatfs-0.10b/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.

-
-DWORD 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.

-
-#define f_size(fp) ((fp)->fsize)
-
-
- - -
-

QuickInfo

-

Always available.

-
- - -
-

See Also

-

f_open, f_lseek, FIL

-
- -

Return

- - -- cgit v1.2.3