Next: Library functions implementation, Previous: Statements implementation, Up: C Implementation
See Implementation-defined behavior, for details of these aspects of implementation-defined behavior.
#include
directive are combined into a header
name (C90 6.8.2, C99 6.10.2).
#include
processing (C90 6.8.2, C99
6.10.2).
STDC #pragma
directive (C90 6.8.6, C99 6.10.6).
See Pragmas, for details of pragmas accepted by GCC on all targets. See Pragmas Accepted by GCC, for details of target-specific pragmas.
__DATE__
and __TIME__
when
respectively, the date and time of translation are not available (C90
6.8.8, C99 6.10.8).