mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
LibC: Define ULLONG_MAX
Some ports require this constant to be defined as it is specified in the standard[1]. [1] https://www.cplusplus.com/reference/climits/
This commit is contained in:
parent
879ba5bd17
commit
f4ea3b0168
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
||||||
#define LLONG_MIN LONG_LONG_MIN
|
#define LLONG_MIN LONG_LONG_MIN
|
||||||
|
|
||||||
#define ULONG_LONG_MAX 18446744073709551615ULL
|
#define ULONG_LONG_MAX 18446744073709551615ULL
|
||||||
|
#define ULLONG_MAX ULONG_LONG_MAX
|
||||||
|
|
||||||
#define CHAR_MIN SCHAR_MIN
|
#define CHAR_MIN SCHAR_MIN
|
||||||
#define CHAR_MAX SCHAR_MAX
|
#define CHAR_MAX SCHAR_MAX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue