stdarg.h

stdarg.h is the standard header that defines the macros va_start, va_end and va_arg. You must include this header when you plan to define a function accepting a variable argument list.



Alain Gibaud 2015-07-09