stdarg.h

The libc argument array header

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
stdarg.hThe libc argument array header
Macros
va_argreturns the next passed argument
va_copyduplicates an <va_list> variable
va_endcleans up an <va_list> structure
va_startfills an <va_list> structure with the info to the extra arguments

Macros

va_arg

returns the next passed argument

va_copy

duplicates an <va_list> variable

va_end

cleans up an <va_list> structure

va_start

fills an <va_list> structure with the info to the extra arguments