constant
<cstdio>

FOPEN_MAX

Potential limit of simultaneous open streams
This macro constant expands to an integral expression representing the minimum number of files that can be open simultaneously.

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

FOPEN_MAX is a value greater than 7.

See also