FOPEN_MAX macro — Minimum limit on the number of open files
int FOPEN_MAX
A typical operating system has a maximum number of files that
can be open at one time. This number might be variable or fixed;
FOPEN_MAX
is the guaranteed
minimum value of the limit. The FOPEN_MAX
macro expands to a constant
integer.