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