LibC: add link to posix stdio.h

This commit is contained in:
Bananymous 2023-04-27 14:16:25 +03:00
parent 7fac2a7526
commit 94f8a657f1
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ extern FILE* stdin;
extern FILE* stdout;
extern FILE* stderr;
// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html
void clearerr(FILE*);
char* ctermid(char*);
int fclose(FILE*);