1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:27:39 +00:00

LibC: Partially implement __fpending

This commit is contained in:
Tim Schumacher 2021-05-27 12:47:01 +02:00 committed by Brian Gianforcaro
parent 304dbb0242
commit 4917a610ab
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*);