GCC Wikia
Advertisement

このページを編集する際は,編集に関する方針に従ってください.[]

概要[]

引数[]

実装[]

 2117 /* In a VAR_DECL or FUNCTION_DECL, nonzero means external reference:
 2118    do not allocate storage, and refer to a definition elsewhere.  */
2119 #define DECL_EXTERNAL(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.decl_flag_2)


リンク元

Advertisement