]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/tell.html
Merge branch 'chan-fatfs' into fatfs-integration
[z180-stamp.git] / fatfs / doc / en / tell.html
index 93d03c915b43396d0ce8fb7c2c8e98d4621ef39f..7e0673cf3ecd7d623e42c9b4927531e7cf4c72e7 100644 (file)
@@ -15,7 +15,7 @@
 <h2>f_tell</h2>\r
 <p>The f_tell function gets the current read/write pointer of a file.</p>\r
 <pre>\r
-DWORD f_tell (\r
+FSIZE_t f_tell (\r
   FIL* <span class="arg">fp</span>   <span class="c">/* [IN] File object */</span>\r
 );\r
 </pre>\r
@@ -39,7 +39,7 @@ DWORD f_tell (
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<p>In this revision, the <tt>f_tell()</tt> function is implemented as a macro.</p>\r
+<p>In this revision, the <tt>f_tell</tt> function is implemented as a macro. It does not have any validation and mutual exclusion.</p>\r
 <pre>\r
 <span class="k">#define</span> f_tell(fp) ((fp)->fptr)\r
 </pre>\r