File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
description : " Learn more about: _iob"
3
3
title : " _iob"
4
- ms.date : " 11/04/2016 "
4
+ ms.date : 07/10/2023
5
5
api_name : ["_iob"]
6
6
api_location : ["msvcrt.dll"]
7
7
api_type : ["DLLExport"]
8
8
topic_type : ["apiref"]
9
9
f1_keywords : ["_iob", "_IOB_ENTRIES", "STDIO/_IOB_ENTRIES"]
10
10
helpviewer_keywords : ["_iob global variable", "iob global variable"]
11
- ms.assetid : 008ed376-8078-4bbd-bc6c-0677c63d0ff1
12
11
---
13
12
# ` _iob `
14
13
@@ -22,8 +21,12 @@ FILE _iob[_IOB_ENTRIES];
22
21
23
22
## Remarks
24
23
25
- ` _IOB_ENTRIES ` is defined as 3 in ` stdio.h ` .
24
+ Starting with Visual Studio 2015, ` _IOB_ENTRIES ` is defined as 3 with the introduction of the Universal CRT.
25
+ It was previously defined as 20.
26
+
27
+ Defined in ` stdio.h ` .
26
28
27
29
## See also
28
30
29
- [ Global variables] ( ./global-variables.md )
31
+ [ Global variables] ( ./global-variables.md ) \
32
+ [ Introducing the Universal CRT] ( https://devblogs.microsoft.com/cppblog/introducing-the-universal-crt/ )
You can’t perform that action at this time.
0 commit comments