va_list

va_list argPointer;

description

va_list is a data type that is used for the macro variable arguments in function calls with any number of arguments to keep the arguments in a list. It is only for the macros va_start (), va_arg, va_end () function.