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
/
INT_FAST64_MAX.h
blob: ffd7bb78dcaabe1c2b3dd08a081a9fdc9a9ce47b (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INT_FAST64_MAX (9223372036854775807LL) /* STDC(199901) */