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_MIN.c
blob: 35349b4da43650b6422eaef2fe0395c0946f8baa (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INT16_MIN (-32768) /* STDC(199901) */