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