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