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
/
limits
/
TMP_MAX.c
blob: 74ff068d4117fb625c3999180c6192f0ec152400 (
plain
)
1
2
3
4
5
6
#include <limits.h> #define TMP_MAX (10000) /* MIN: 10000 */ /* XOPEN(4,600) */