Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 742 Bytes

File metadata and controls

23 lines (17 loc) · 742 Bytes
description Learn more about: FOPEN_MAX, _SYS_OPEN
title FOPEN_MAX, _SYS_OPEN
ms.date 11/04/2016
f1_keywords
STDIO/_SYS_OPEN
STDIO/FOPEN_MAX
_SYS_OPEN
FOPEN_MAX
helpviewer_keywords
SYS_OPEN constant
_SYS_OPEN constant
FOPEN_MAX constant
files [C++], maximum open
maximum number of files
open files, maximum
ms.assetid 39cf5196-250a-459d-ae90-ce3d99f79039

FOPEN_MAX, _SYS_OPEN

Syntax

#include <stdio.h>

Remarks

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.

See also

Global constants