1 2 3 4 5 6 7 8
#include <limits.h> /* #undef OPEN_MAX */ /* MIN: _POSIX_OPEN_MAX */ /* MAY-BE-UNEFINED */ /** the maximum number of open file descriptors **/ /* POSIX(1) */