mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05: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
|