...
void fs_clearerr (FS_FILE *p_file);
...
...
File |
...
Called from |
...
Code enabled by |
...
fs_api..c |
...
...
Application |
...
...
FS_CFG_API_EN |
...
Clear EOF and error indicators on a file. Anchor
Arguments
Anchor
p_file
Pointer to a file.
...
Returned Value
...
None. Anchor
Notes/Warnings
...
None.