Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 566 Bytes

File metadata and controls

29 lines (22 loc) · 566 Bytes
description Learn more about: _iob
title _iob
ms.date 11/04/2016
api_name
_iob
api_location
msvcrt.dll
api_type
DLLExport
topic_type
apiref
f1_keywords
_iob
_IOB_ENTRIES
STDIO/_IOB_ENTRIES
helpviewer_keywords
_iob global variable
iob global variable
ms.assetid 008ed376-8078-4bbd-bc6c-0677c63d0ff1

_iob

The array of stdio control structures.

Syntax

FILE _iob[_IOB_ENTRIES];

Remarks

_IOB_ENTRIES is defined as 3 in stdio.h.

See also

Global variables