Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.