mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00: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
|