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_MIN.h
blob: 9c714f2c542085afcaae7defde3d9ac23a150578 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INT_LEAST32_MIN (-2147483648) /* STDC(199901) */