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