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

  1. The arguments of va_arg() are a pointer and a variable type.  This
  2. function returns the value of the type that the pointer points to.
  3. It increments the pointer to point to the next unspecified
  4. argument.
  5.