FOPEN_MAX, _SYS_OPEN
#include <stdio.h>
Remarks
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.
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
#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.