diff options
Diffstat (limited to 'libc/inc/def.h')
-rw-r--r-- | libc/inc/def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/inc/def.h b/libc/inc/def.h index a6e3210..02a2990 100644 --- a/libc/inc/def.h +++ b/libc/inc/def.h @@ -36,6 +36,9 @@ typedef unsigned long long u64; #define S32_MAX 2147483647 #define S32_MIN -2147483648 +#define LONG_MAX S32_MAX +#define LONG_MIN S32_MIN + #define MILLION 1000000 #define BILLION 1000000000 #define TRILLION 1000000000000 |