X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/289f6a146c0b2087607d8d8659531ea90142779a..976db69ffa80c4d499e53f6f22c26d784fdac0a1:/fatfs/documents/doc/puts.html diff --git a/fatfs/documents/doc/puts.html b/fatfs/documents/doc/puts.html index 92c7e74..3695942 100644 --- a/fatfs/documents/doc/puts.html +++ b/fatfs/documents/doc/puts.html @@ -35,7 +35,7 @@ int f_puts (

Return Value

-

When the string was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, an EOF (-1) will be returned.

+

When the string was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, a negative value will be returned.