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