mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
LibC: Let's remember that headers are in C.
This commit is contained in:
parent
23bb276fcd
commit
1577217ce1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ struct __STDIO_FILE {
|
|||
char* buffer;
|
||||
size_t buffer_size;
|
||||
size_t buffer_index;
|
||||
bool have_ungotten;
|
||||
int have_ungotten;
|
||||
char ungotten;
|
||||
char default_buffer[BUFSIZ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue