mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
LibC: Partially implement __fpending
This commit is contained in:
parent
304dbb0242
commit
4917a610ab
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/timschumi
Commit: 4917a610ab
Pull-request: https://github.com/SerenityOS/serenity/pull/13313
3 changed files with 18 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
size_t __fpending(FILE*);
|
||||
int __freading(FILE*);
|
||||
int __fwriting(FILE*);
|
||||
void __fpurge(FILE*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue