qc.hlp (Table of Contents; Topic list)
auto
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Keyword:   auto
 
  Syntax:    auto declarator;
 
  Summary:   Storage-class specifier indicating that the variable has
             local (automatic) extent. It is the default storage-class
             specifier for internal block-scoped variable declarations.
 
  See also:  extern, register, static
                                    -♦-