mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibC: Add ungetc() and automatically flush streams on fclose().
This commit is contained in:
parent
0c2face7b0
commit
d1e55fb4d9
7 changed files with 39 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
#define PAGE_SIZE 4096
|
||||
|
||||
#define PATH_MAX 4096
|
||||
#define BUFSIZ 1024
|
||||
|
||||
#define INT_MAX INT32_MAX
|
||||
#define INT_MIN INT32_MIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue