constant
<cstdio>

FOPEN_MAX

Potential limit of simultaneous open streams
This macro constant expands to an integral expression representing the minimum number of simultaneously open files supported by the system.

Particular library implementations may count files opened by tmpfile towards this limit.

FOPEN_MAX is a value greater than 7.

See also