Header: stdarg.h Purpose: Defines ANSI C macros for the variable argument list. File: stdarg.h Author: K.G. Begeman Use: #include "stdarg.h" Declares: va_list va_start(va_list ap, lastarg) va_arg(va_list ap, type) va_end(va_list ap) Warning: System dependent. At the moment implemented for ALLIANT, CONVEX, DEC ALPHA, DEC ULTRIX, HP 9000, IBM/RS6000, SILICON GRAPHICS, SUN and VMS. Updates: May 3, 1990: KGB, Document created.