4.3. Identifiers

4.3 Identifiers

  • Which additional multibyte characters may appear in identifiers and their correspondence to universal character names (C99 and C11 6.4.2).

    See Implementation-defined behavior in The C Preprocessor.

  • The number of significant initial characters in an identifier (C90 6.1.2, C90, C99 and C11 5.2.4.1, C99 and C11 6.4.2).

    For internal names, all characters are significant. For external names, the number of significant characters are defined by the linker; for almost all targets, all characters are significant.

  • Whether case distinctions are significant in an identifier with external linkage (C90 6.1.2).

    This is a property of the linker. C99 and C11 require that case distinctions are always significant in identifiers with external linkage and systems without this property are not supported by GCC.

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-7.1.0/gcc/Identifiers-implementation.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部