mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibC: Implement __freadptrinc
This commit is contained in:
parent
89ed0649f7
commit
4f706d819a
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/timschumi
Commit: 4f706d819a
Pull-request: https://github.com/SerenityOS/serenity/pull/13333
3 changed files with 16 additions and 0 deletions
|
@ -17,5 +17,6 @@ void __fpurge(FILE*);
|
|||
|
||||
size_t __freadahead(FILE*);
|
||||
char const* __freadptr(FILE*, size_t*);
|
||||
void __freadptrinc(FILE*, size_t);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue