版本3和4间的区别
于2008-02-23 15:34:55修订的的版本3
大小: 788
编辑: localhost
备注: converted to 1.6 markup
于2008-05-22 11:48:47修订的的版本4
大小: 789
编辑: czk
备注:
删除的内容标记成这样。 加入的内容标记成这样。
行号 17: 行号 17:
<<Include(^TCPL/A\.10\.[0-9] .*,,titlesonly)>> <<Include(^TCPL/A\.10\.[0-9]*_.*,,titlesonly)>>

A.10 External Declarations

The unit of input provided to the C compiler is called a translation unit; it consists of a sequence of external declarations, which are either declarations or function definitions.

  • translation-unit:
    • external-declaration translation-unit external-declaration
    external-declaration:
    • function-definition declaration

The scope of external declarations persists to the end of the translation unit in which they are declared, just as the effect of declarations within the blocks persists to the end of the block. The syntax of external declarations is the same as that of all declarations, except that only at this level may the code for functions be given.

TCPL/A.10_External_Declarations (2008-05-22 11:48:47由czk编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.