1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 02:52:06 +00:00
serenity/LibC/limits.h
2018-11-11 10:11:09 +01:00

9 lines
130 B
C

#pragma once
#include <stdint.h>
#define PATH_MAX 4096
#define BUFSIZ 1024
#define INT_MAX INT32_MAX
#define INT_MIN INT32_MIN