mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:38:11 +00:00
parent
e3d3e431dc
commit
267672efee
3 changed files with 174 additions and 0 deletions
|
@ -57,6 +57,8 @@ int fileno(FILE*);
|
|||
int fgetc(FILE*);
|
||||
int getc(FILE*);
|
||||
int getchar();
|
||||
ssize_t getdelim(char**, size_t*, int, FILE*);
|
||||
ssize_t getline(char**, size_t*, FILE*);
|
||||
int ungetc(int c, FILE*);
|
||||
int remove(const char* pathname);
|
||||
FILE* fdopen(int fd, const char* mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue