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