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
/
INT32_C.c
blob: fca867f97749310ce01bd028ee3a002675aacfa8 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INT32_C(value) ((int_least32_t)value##L) /* STDC(199901) */