it allows a variable number of arguments of unspecified type (like printf does).
you have to access them with va_start, va_arg and va_end
see http://publications.gbdirect.co.uk/c_book/chapter9/stdarg.html for more information
it allows a variable number of arguments of unspecified type (like printf does).
you have to access them with va_start, va_arg and va_end
see http://publications.gbdirect.co.uk/c_book/chapter9/stdarg.html for more information