LibC: Partially implement __fpending

This commit is contained in:
Tim Schumacher 2021-05-27 12:47:01 +02:00 committed by Brian Gianforcaro
commit 4917a610ab
Notes: sideshowbarker 2024-07-17 23:07:41 +09:00
3 changed files with 18 additions and 0 deletions

View file

@ -10,6 +10,7 @@
__BEGIN_DECLS
size_t __fpending(FILE*);
int __freading(FILE*);
int __fwriting(FILE*);
void __fpurge(FILE*);