Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.05 KB

File metadata and controls

18 lines (13 loc) · 1.05 KB
title Implementation-Defined Behavior
ms.date 11/04/2016
helpviewer_keywords
Visual C, portability of Microsoft C
portability [C++], Microsoft C to ANSI C
ANSI [C++], C standard
implementation-defined behavior
ms.assetid 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