mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:54:58 +00:00
LibC: Implement __fpurge
This commit is contained in:
parent
cd970928a0
commit
ccef5fe234
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