Difference between revisions of "Extern"
From Mesham
Jump to navigationJump to searchm |
|||
Line 6: | Line 6: | ||
Provided as additional allocation type information, this tells the compiler NOT to allocate memory for the variable as this has been already done externally. | Provided as additional allocation type information, this tells the compiler NOT to allocate memory for the variable as this has been already done externally. | ||
+ | |||
+ | ''Since: Version 0.5'' | ||
[[Category:Type Library]] | [[Category:Type Library]] | ||
[[Category:Compound Types]] | [[Category:Compound Types]] | ||
[[Category:Attribute Types]] | [[Category:Attribute Types]] |
Revision as of 18:19, 13 January 2013
Syntax
extern[]
Semantics
Provided as additional allocation type information, this tells the compiler NOT to allocate memory for the variable as this has been already done externally.
Since: Version 0.5