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

  1. The function va_start() sets arg_pointer to point to the first of
  2. the unspecified arguments.  The second argument of va_start(),
  3. num_args, is the number of unspecified arguments.  The variable
  4. num_args is passed to f() by the calling function.
  5.