- va_copy
void va_copy(va_list dest, va_list src)
Undocumented in source. Be warned that the author may not have intended to support it.
- va_copy
void va_copy(va_list dest, va_list src, void* storage)
- va_copy
void va_copy(va_list dest, va_list src)
- va_end
void va_end(va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.
Copy of core.stdc.stdarg;