The header file <stdarg.h> defines a number of macros to access variable parameter lists.

Functions
va_start Start access to variable arguments
va_arg Get variable argument value
va_end Finish access to variable arguments
va_copy Copy va_arg structure