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