qc.hlp (Table of Contents; Topic list)
unsigned
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Keyword:   unsigned
 
  Syntax:    unsigned declarator
 
  Summary:   When used alone, indicates the same type as unsigned int
             and unsigned short int. Can also be used to modify char
             and long types.
 
  See also:  signed
                                    -♦-