Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.12 KB

implementation-defined-behavior.md

File metadata and controls

19 lines (14 loc) · 1.12 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Implementation-Defined Behavior
Implementation-Defined Behavior
11/04/2016
Visual C, portability of Microsoft C
portability [C++], Microsoft C to ANSI C
ANSI [C++], C standard
implementation-defined behavior
c9f50670-23cb-401f-8ad7-136972012eb9

Implementation-Defined Behavior

ANSI X3.159-1989, American National Standard for Information Systems - Programming Language - C, contains a section called "Portability Issues." The ANSI section lists areas of the C language that ANSI leaves open to each particular implementation. This section describes how Microsoft C handles these implementation-defined areas of the C language.

This section follows the same order as the ANSI section. Each item covered includes references to the ANSI that explains the implementation-defined behavior.

Note

This section describes the U.S. English-language version of the C compiler only. Implementations of Microsoft C for other languages may differ slightly.

See also

C Language Reference