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_LEAST16_MAX.c
blob: 9a6250941bf0b90763dfb8f5aadf62511275c065 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INT_LEAST16_MAX (32767) /* STDC(199901) */