From efa13a879df590ce0043a5b4f97597484bf264e1 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 13 Aug 2014 15:48:16 +1000 Subject: Move 3rd Party source to a new directory. Rationalise Fatfs code and fix a couple of configuration issues. --- src/gfile/fatfs/doc/ja/tell.html | 62 ---------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 src/gfile/fatfs/doc/ja/tell.html (limited to 'src/gfile/fatfs/doc/ja/tell.html') diff --git a/src/gfile/fatfs/doc/ja/tell.html b/src/gfile/fatfs/doc/ja/tell.html deleted file mode 100644 index 1dee9825..00000000 --- a/src/gfile/fatfs/doc/ja/tell.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - -FatFs - f_tell - - - - -
-

f_tell

-

現在のリード/ライト・ポインタを取得します。

-
-DWORD f_tell (
-  FIL* fp   /* [IN] ファイル・オブジェクト */
-);
-
-
- - -
-

引数

-
-
fp
-
ファイル・オブジェクト構造体へのポインタを指定します。
-
-
- - -
-

戻り値

-

現在のリード/ライト・ポインタ(ファイル先頭からのバイト単位のオフセット)が返ります。

-
- - -
-

解説

-

f_tell関数は、現リビジョンではマクロとして実装されています。

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

対応情報

-

常に使用可能。

-
- - -
-

参照

-

f_open, f_lseek, FIL

-
- -

戻る

- - -- cgit v1.2.3