]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gcc/c-implementation-defined-behavior/environment.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / c-implementation-defined-behavior / environment.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _environment-implementation:
7
8 Environment
9 ***********
10
11 The behavior of most of these points are dependent on the implementation
12 of the C library, and are not defined by GCC itself.
13
14 * The mapping between physical source file multibyte characters
15 and the source character set in translation phase 1 (C90, C99 and C11
16 5.1.1.2).
17
18 See :ref:`cpp:implementation-defined-behavior`.