mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
LibC: Implement __freadptrinc
This commit is contained in:
parent
89ed0649f7
commit
4f706d819a
3 changed files with 16 additions and 0 deletions
|
@ -62,6 +62,7 @@ public:
|
|||
void reopen(int fd, int mode);
|
||||
|
||||
u8 const* readptr(size_t& available_size);
|
||||
void readptr_increase(size_t increment);
|
||||
|
||||
enum Flags : u8 {
|
||||
None = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue