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

  1. The ellipsis, or three dots, at the end of the argument list of
  2. this function means that it can take an unspecified number of
  3. arguments in addition to the two specified int arguments.  The
  4. ellipsis must come at the end of the argument list.
  5.