1
Fork 0
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:
Andreas Kling 2019-03-27 01:40:55 +01:00
parent 0c2face7b0
commit d1e55fb4d9
7 changed files with 39 additions and 3 deletions

View file

@ -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