mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +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
Notes:
sideshowbarker
2024-07-18 02:13:06 +09:00
Author: https://github.com/lpereira 🔰
Commit: f4ea3b0168
Pull-request: https://github.com/SerenityOS/serenity/pull/10523
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
#define LLONG_MIN LONG_LONG_MIN
|
||||
|
||||
#define ULONG_LONG_MAX 18446744073709551615ULL
|
||||
#define ULLONG_MAX ULONG_LONG_MAX
|
||||
|
||||
#define CHAR_MIN SCHAR_MIN
|
||||
#define CHAR_MAX SCHAR_MAX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue