mirror of
https://github.com/RGBCube/serenity
synced 2025-10-18 02:52:06 +00:00
9 lines
130 B
C
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
|