6.14.1 va_list Type

The type va_list() declares an object that holds information about the argument list needed by the va_start() and va_arg() macros.

Include

<stdarg.h>

Example

See example at va_arg.