STDARG.H(4,F) AIX Technical Reference STDARG.H(4,F) ------------------------------------------------------------------------------- stdarg.h PURPOSE Defines variable argument list access macros. SYNOPSIS #include <stdarg.h> DESCRIPTION The stdarg.h header file defines the data type va_list and the following macros used for advancing through a list of arguments: #include <stdarg.h> void va_start (va_list ap, parmN); type va_arg (va_list ap, type); void va_end (va_list ap); RELATED INFORMATION In this book: "varargs." Processed November 7, 1990 STDARG.H(4,F) 1