Programming Reference/Librarys
Question & Answer
Q&A is closed
va_list argPointer;
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.