/*optional*/ #include #ifndef ARG_MAX #error "ARG_MAX is not defined" #endif int main(void) { return 0; }