mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
C Library: Add setbuf() which is a trivial wrapper around setvbuf().
This commit is contained in:
@@ -8681,6 +8681,7 @@ int fsetpos(FILE *stream, fpos_t *pos);
|
||||
long ftell(FILE *stream);
|
||||
size_t fwrite(const void *ptr, size_t size, size_t n_items, FILE *stream);
|
||||
char *gets(char *s);
|
||||
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