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

  1. If your program has functions that have an unspecified number of
  2. arguments, you must include the file stdarg.h.  This file contains
  3. declarations for the functions va_start(), va_arg(), and va_end().
  4. Use these functions to read the unspecified arguments.
  5.