1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:27:35 +00:00

Add setvbuf(), setlinebuf(), setbuf().

This commit is contained in:
Andreas Kling 2018-11-11 10:11:09 +01:00
parent 7cc4caee4f
commit e48182d91b
6 changed files with 86 additions and 32 deletions

View file

@ -3,6 +3,7 @@
#include <stdint.h>
#define PATH_MAX 4096
#define BUFSIZ 1024
#define INT_MAX INT32_MAX
#define INT_MIN INT32_MIN