fs_setbuf()

int  fs_setbuf (FS_FILE    *p_file,
                char       *p_buf);

File

Called from

Code enabled by

fs_api.c

Application

FS_CFG_API_EN and FS_CFG_FILE_BUF_EN

Assign buffer to a file.

Arguments

p_file

Pointer to a file.

p_buf

Pointer to a buffer of FS_BUFSIZ bytes.

Returned Value

-1, if an error occurs.

0, if no error occurs.

Notes/Warnings

  1. fs_setbuf() is equivalent to fs_setvbuf() invoked with FS__IOFBF for mode and FS_BUFSIZE for size.