fs_size_t fs_fwrite (void *p_src,
fs_size_t size,
fs_size_t nitems,
FS_FILE *p_file);
File |
Called from |
Code enabled by |
fs_api..c |
Application |
|
Write to a file.
Arguments
p_src
Pointer to source buffer.
size
Size of each item to write.
nitems
Number of items to write.
p_file
Pointer to a file.
Returned Value
Number of items written.
Notes/Warnings
fs_fsetpos()
or fs_fseek()
must occur before output (write can be performed unless the end-of-file was encountered.