Category
Storage class specifiers
Syntax
register <data definition> ;
Description
Use the register storage class specifier to store the variable being declared in a CPU register (if possible), to optimize access and reduce code.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|