dmd.root.stdarg

Copy of core.stdc.stdarg;

Public Imports

core.stdc.stdarg
public import core.stdc.stdarg;
Undocumented in source.

Members

Functions

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.

Meta