mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
LibC: Implement __freadahead
This commit is contained in:
parent
9b543ddb16
commit
89ed0649f7
2 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,7 @@ int __freading(FILE*);
|
|||
int __fwriting(FILE*);
|
||||
void __fpurge(FILE*);
|
||||
|
||||
size_t __freadahead(FILE*);
|
||||
char const* __freadptr(FILE*, size_t*);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue