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) */