mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
C Library: Add setbuf() which is a trivial wrapper around setvbuf().
This commit is contained in:
@@ -164,6 +164,7 @@ size_t fwrite(FAR const void *ptr, size_t size, size_t n_items,
|
||||
FAR FILE *stream);
|
||||
FAR char *gets(FAR char *s);
|
||||
FAR char *gets_s(FAR char *s, rsize_t n);
|
||||
void setbuf(FAR FILE *stream, FAR char *buf);
|
||||
int setvbuf(FAR FILE *stream, FAR char *buffer, int mode, size_t size);
|
||||
int ungetc(int c, FAR FILE *stream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user