DRAFT lib: setbuf: Add prototype.

* include/stdio.h (setbuf): Add prototype.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-11-01 10:18:44 +01:00
parent e65d24ed74
commit 07fb4678c6
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ int putchar (int c);
int puts (char const *s);
int remove (char const *file_name);
void rewind (FILE * stream);
void setbuf (FILE *stream, char *buf);
int setvbuf (FILE * stream, char *buf, int mode, size_t size);
int ungetc (int c, FILE * stream);
long ftell (FILE * stream);