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