mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
parent
e3d3e431dc
commit
267672efee
Notes:
sideshowbarker
2024-07-19 13:34:59 +09:00
Author: https://github.com/CallumAttryde 🔰
Commit: 267672efee
Pull-request: https://github.com/SerenityOS/serenity/pull/228
Reviewed-by: https://github.com/awesomekling
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