home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07098.TXT < prev    next >
Encoding:
Text File  |  1993-09-17  |  224 b   |  5 lines

  1. The return value of the sizeof operator is of type size_t.  This
  2. is an integral type and is defined in a typedef statement in the
  3. standard include files.  The type size_t is supplied and used
  4. internally by the compiler.
  5.