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
/
UINT32_MAX.h
blob: dd257db3089c9180371388058620401b1f4d4815 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define UINT32_MAX (4294967295U) /* STDC(199901) */