description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: FOPEN_MAX, _SYS_OPEN | FOPEN_MAX, _SYS_OPEN | 11/04/2016 |
|
| 39cf5196-250a-459d-ae90-ce3d99f79039 |
#include<stdio.h>
FOPEN_MAX
and _SYS_OPEN
are the maximum number of files that can be opened simultaneously. FOPEN_MAX
is the ANSI-compatible name. _SYS_OPEN
is provided for compatibility with existing code.