LibC: add link to posix stdio.h
This commit is contained in:
parent
7fac2a7526
commit
94f8a657f1
|
@ -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*);
|
||||
|
|
Loading…
Reference in New Issue