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