While I was reading the reference about fopen function, I found out that FOPEN_MAX is a value that the "minimum number of streams that the implementation guarantees can be open simultaneously".
Why it is the minimum number of streams? Doesn't it have to be "the maximum number of streams...." ?