Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
int  fs_setvbuf (FS_FILE    *p_file,

...


                 char       *p_buf,

...


                 int         mode,

...


                 fs_size_t   size);


File

Called from

Code enabled by

fs_api.c

Application

FS_CFG_API_EN and FS_CFG_FILE_BUF_EN

...