mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibC: Implement __freadptr
This commit is contained in:
parent
8da0cf7912
commit
9b543ddb16
Notes:
sideshowbarker
2024-07-17 14:32:38 +09:00
Author: https://github.com/timschumi
Commit: 9b543ddb16
Pull-request: https://github.com/SerenityOS/serenity/pull/13333
3 changed files with 26 additions and 0 deletions
|
@ -15,4 +15,6 @@ int __freading(FILE*);
|
|||
int __fwriting(FILE*);
|
||||
void __fpurge(FILE*);
|
||||
|
||||
char const* __freadptr(FILE*, size_t*);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue