[ << ] [ >> ] [Top] [Contents] [Index] [ ? ]

4. C Implementation-defined behavior

A conforming implementation of ISO C is required to document its choice of behavior in each of the areas that are designated "implementation defined." The following lists all such areas, along with the section number from the ISO/IEC 9899:1999 standard.

4.1 Translation  
4.2 Environment  
4.3 Identifiers  
4.4 Characters  
4.5 Integers  
4.6 Floating point  
4.7 Arrays and pointers  
4.8 Hints  
4.9 Structures, unions, enumerations, and bit-fields  
4.10 Qualifiers  
4.11 Preprocessing directives  
4.12 Library functions  
4.13 Architecture  
4.14 Locale-specific behavior  


4.1 Translation


4.2 Environment

The behavior of these points are dependent on the implementation of the C library, and are not defined by GCC itself.


4.3 Identifiers


4.4 Characters


4.5 Integers


4.6 Floating point


4.7 Arrays and pointers


4.8 Hints


4.9 Structures, unions, enumerations, and bit-fields


4.10 Qualifiers


4.11 Preprocessing directives


4.12 Library functions

The behavior of these points are dependent on the implementation of the C library, and are not defined by GCC itself.


4.13 Architecture


4.14 Locale-specific behavior

The behavior of these points are dependent on the implementation of the C library, and are not defined by GCC itself.


[ << ] [ >> ] [Top] [Contents] [Index] [ ? ]

This document was generated by Stephane Carrez on May, 15 2005 using texi2html>