Using the GNU Compiler Collection (GCC): Environment implementation

Next: Identifiers implementation, Previous: Translation implementation, Up: C Implementation   [Contents][Index]


4.2 Environment

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

  • The mapping between physical source file multibyte characters and the source character set in translation phase 1 (C90, C99 and C11 5.1.1.2).

    See Implementation-defined behavior in The C Preprocessor.