summaryrefslogtreecommitdiff
path: root/src/stdio/FOPEN_MAX.h
blob: 548db4774e3318296a7cf8974950dc5bf5703e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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)
*/