va_list Type

The type va_list declares a variable that will refer to each argument in a variable-length argument list.

Include

<stdarg.h>

Example

See va_arg.