Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 782 Bytes

global-variables-and-standard-types.md

File metadata and controls

15 lines (12 loc) · 782 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Global Variables and Standard Types
Global Variables and Standard Types
11/04/2016
global variables, CRT
standard types, CRT
standard types
types [CRT]
8f8bad6f-2b78-4068-a0dc-77d58d978920

Global variables and standard types

The Microsoft run-time library contains definitions for global variables, control flags, and standard types used by library routines. Access these variables, flags, and types by declaring them in your program or by including the appropriate header files.

See also

C runtime library reference
Global constants