diff options
Diffstat (limited to 'src/stdio/FOPEN_MAX.c')
-rw-r--r-- | src/stdio/FOPEN_MAX.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/stdio/FOPEN_MAX.c b/src/stdio/FOPEN_MAX.c new file mode 100644 index 00000000..2cfc1fb0 --- /dev/null +++ b/src/stdio/FOPEN_MAX.c @@ -0,0 +1,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) +*/ |