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