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
/
INT8_MAX.h
blob: 73da5dbcc9e59504cfdcdb93b534ed53bd31020b (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INT8_MAX (127) /* STDC(199901) */