Skip to content

Commit 4d0efa1

Browse files
author
Jill Grant
authored
Merge pull request #4974 from TylerMSFT/github
github 2719
2 parents 6200cf5 + e3bc96a commit 4d0efa1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/c-runtime-library/iob.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
description: "Learn more about: _iob"
33
title: "_iob"
4-
ms.date: "11/04/2016"
4+
ms.date: 07/10/2023
55
api_name: ["_iob"]
66
api_location: ["msvcrt.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["_iob", "_IOB_ENTRIES", "STDIO/_IOB_ENTRIES"]
1010
helpviewer_keywords: ["_iob global variable", "iob global variable"]
11-
ms.assetid: 008ed376-8078-4bbd-bc6c-0677c63d0ff1
1211
---
1312
# `_iob`
1413

@@ -22,8 +21,12 @@ FILE _iob[_IOB_ENTRIES];
2221

2322
## Remarks
2423

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`.
2628

2729
## See also
2830

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/)

0 commit comments

Comments
 (0)