Category
Storage class specifiers
Syntax
[auto] <data-definition> ;
Description
Use the auto modifer to define a local variable as having a local lifetime.
This is the default for local variables and is rarely used.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|