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