mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02:00
9 lines
110 B
C
9 lines
110 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#define PATH_MAX 4096
|
|
|
|
#define INT_MAX INT32_MAX
|
|
#define INT_MIN INT32_MIN
|