| title | FOPEN_MAX, _SYS_OPEN | ||||||
|---|---|---|---|---|---|---|---|
| ms.date | 11/04/2016 | ||||||
| f1_keywords |
|
||||||
| helpviewer_keywords |
|
||||||
| ms.assetid | 39cf5196-250a-459d-ae90-ce3d99f79039 |
#include <stdio.h>
This is 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.