X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/05437fb4cdb907816a4fc3ffafa2617fcf33266a..b30c4e8f1aef96f6fdc93da9f125545f5f74d06e:/fatfs/doc/en/eof.html diff --git a/fatfs/doc/en/eof.html b/fatfs/doc/en/eof.html index 337697b..2e87506 100644 --- a/fatfs/doc/en/eof.html +++ b/fatfs/doc/en/eof.html @@ -33,13 +33,13 @@ int f_eof (

Return Values

-

The f_eof() function returns a non-zero value if the read/write pointer has reached end of the file; otherwise it returns a zero.

+

The f_eof function returns a non-zero value if the read/write pointer has reached end of the file; otherwise it returns a zero.

Description

-

In this revision, this function is implemented as a macro.

+

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

 #define f_eof(fp) ((int)((fp)->fptr == (fp)->fsize))