mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibC: Implement __fpurge
This commit is contained in:
parent
cd970928a0
commit
ccef5fe234
Notes:
sideshowbarker
2024-07-18 17:09:57 +09:00
Author: https://github.com/timschumi
Commit: ccef5fe234
Pull-request: https://github.com/SerenityOS/serenity/pull/7537
2 changed files with 13 additions and 0 deletions
|
@ -12,5 +12,6 @@ __BEGIN_DECLS
|
|||
|
||||
int __freading(FILE*);
|
||||
int __fwriting(FILE*);
|
||||
void __fpurge(FILE*);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue