_iob
The array of stdio
control structures.
FILE _iob[_IOB_ENTRIES];
Starting with Visual Studio 2015, _IOB_ENTRIES
is defined as 3 with the introduction of the Universal CRT.
It was previously defined as 20.
Defined in stdio.h
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
_iob
The array of stdio
control structures.
FILE _iob[_IOB_ENTRIES];
Starting with Visual Studio 2015, _IOB_ENTRIES
is defined as 3 with the introduction of the Universal CRT.
It was previously defined as 20.
Defined in stdio.h
.