index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdint
/
UINTMAX_C.c
blob: d505d108e64c2b1e3797aee7e25788aa0ed921ee (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define UINTMAX_C(value) ((uintmax_t)value##ULL) /* STDC(199901) */