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