mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 23:31:00 +00:00
8 lines
110 B
C
8 lines
110 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#define PATH_MAX 4096
|
|
|
|
#define INT_MAX INT32_MAX
|
|
#define INT_MIN INT32_MIN
|