mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
LibC: Add definitions for INTMAX_C and UINTMAX_C
This commit is contained in:
committed by
Andreas Kling
parent
1946a4bee6
commit
dce57cd085
@@ -138,6 +138,9 @@ typedef __INTMAX_TYPE__ intmax_t;
|
||||
#define INT64_C(x) x##LL
|
||||
#define UINT64_C(x) x##ULL
|
||||
|
||||
#define INTMAX_C(c) c##LL
|
||||
#define UINTMAX_C(c) c##ULL
|
||||
|
||||
#define SIZE_MAX ((size_t)-1)
|
||||
|
||||
__END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user