summaryrefslogtreecommitdiff
path: root/src/stdio/FOPEN_MAX.c
blob: 2cfc1fb007bfaf30aefe4499fb6e0e1339fc9c2a (plain)
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)
*/