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_C.c
blob: 59f6e91194756babf1f3cfc3135d6268dfba21c5 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INT16_C(value) ((int_least16_t)value) /* STDC(199901) */