summaryrefslogtreecommitdiff
path: root/src/limits/ARG_MAX.c
blob: 57f793a528f72d621f338aa62f2447d1848c968e (plain)
1
2
3
4
5
6
7
8
#include <limits.h>
/* #undef ARG_MAX */
/* MIN: _POSIX_ARG_MAX */
/* MAY-BE-UNDEFINED */
/** maximum length of arguments to the exec family of functions **/
/*
POSIX(1)
*/