The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
va_list
core
stdc
stdarg
The argument pointer type.
import core.stdc.stdarg;
version(GNU)
@
nogc
nothrow
alias
va_list
=
__gnuc_va_list
Meta
Source
See Implementation
core
stdc
stdarg
aliases
__gnuc_va_list
va_copy
va_end
va_list
functions
va_arg
va_start
The argument pointer type.