]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/eof.html
Import fatfs R0.12b
[z180-stamp.git] / fatfs / doc / en / eof.html
index 337697b7c1f4acb61517bf20879033d256830f45..2e875062df885cb3583ab16eaf12908ff09761f1 100644 (file)
@@ -33,13 +33,13 @@ int f_eof (
 \r
 <div class="para ret">\r
 <h4>Return Values</h4>\r
-<p>The <tt>f_eof()</tt> function returns a non-zero value if the read/write pointer has reached end of the file; otherwise it returns a zero.</p>\r
+<p>The <tt>f_eof</tt> function returns a non-zero value if the read/write pointer has reached end of the file; otherwise it returns a zero.</p>\r
 </div>\r
 \r
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<p>In this revision, this function is implemented as a macro.</p>\r
+<p>In this revision, this 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_eof(fp) ((int)((fp)->fptr == (fp)->fsize))\r
 </pre>\r