1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#include <stdio.h> #define FOPEN_MAX (8) /** maximum open FILE streams **/ /*** is the minimum number of TYPEDEF(FILE) streams that the implementation guarantees can be opened at the same time. ***/ /* VALUE_MIN(8) */ /* STDC(1) */