dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
va_start
core
stdc
stdarg
Initialize ap. parmn should be the last named parameter.
version(GNU)
@
nogc
nothrow
void
va_start
(
T
)
(
out
va_list
ap
,
ref
T
parmn
)
Meta
Source
See Implementation
core
stdc
stdarg
aliases
__gnuc_va_list
va_copy
va_end
va_list
functions
va_arg
va_start
Initialize ap. parmn should be the last named parameter.