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
/
UINT_LEAST8_MAX.h
blob: 29f3c09aca12fb07c9cd78d89c7ee170609d3591 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define UINT_LEAST8_MAX (255) /* STDC(199901) */