...
Number of items read.
Notes/Warnings
- The size or nitems is 0, then the file is unchanged and zero is returned.
- If the file is buffered and the last operation is output (write), then a call to
fs_flush()
orfs_fsetpos()
orfs_fseek()
must occur before input (read) can be performed. - The file must have been opened in read or update (read/write) mode.