mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
Add stub fflush().
This commit is contained in:
parent
8039a20611
commit
60a8144b68
Notes:
sideshowbarker
2024-07-19 18:33:30 +09:00
Author: https://github.com/awesomekling
Commit: 60a8144b68
2 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,7 @@ int fclose(FILE*);
|
|||
void rewind(FILE*);
|
||||
void clearerr(FILE*);
|
||||
int feof(FILE*);
|
||||
int fflush(FILE*);
|
||||
size_t fread(void* ptr, size_t size, size_t nmemb, FILE*);
|
||||
size_t fwrite(const void* ptr, size_t size, size_t nmemb, FILE*);
|
||||
int fprintf(FILE*, const char* fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue