C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
register
                                             Up Contents Index Back
─────C/C++ Language─────────────────────────────────────────────────────────
 
  Keyword:   register
 
  Syntax:    register declarator
 
  Summary:   Specifies that the variable is to be stored in a machine
             register, if possible.
 
  See also:  auto, extern, static
                                    -♦-