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