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