home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03133.TXT < prev    next >
Encoding:
Text File  |  1993-08-11  |  239 b   |  5 lines

  1. You can put the suffix "L" on an integer constant to specify that
  2. it has long int type.  The suffix "U" specifies that the integer
  3. constant has unsigned int type.  The suffixes "UL" and "LU"
  4. specify that it has unsigned long int type.
  5.