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_MAX.h
blob: b7e77e71e2d135a7a45f7585df6c1329c0ceae15 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define UINTMAX_MAX (18446744073709551615ULL) /* STDC(199901) */