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