LibC: Implement __fpurge

This commit is contained in:
Tim Schumacher 2021-05-26 10:06:36 +02:00 committed by Linus Groh
commit ccef5fe234
Notes: sideshowbarker 2024-07-18 17:09:57 +09:00
2 changed files with 13 additions and 0 deletions

View file

@ -12,5 +12,6 @@ __BEGIN_DECLS
int __freading(FILE*);
int __fwriting(FILE*);
void __fpurge(FILE*);
__END_DECLS