W3cubDocs

/D

core.stdc.stdarg

D header file for C99.

This module contains bindings to selected types and functions from the standard C header <stdarg.h>. Note that this is not automatically generated, and may omit some types/functions from the original C header.

License:
Boost License 1.0.
Authors:
Walter Bright, Hauke Duden
Standards:
ISO/IEC 9899:1999 (E)
Source
core/stdc/stdarg.d
void va_start(T)(out va_list ap, ref T parmn)
T va_arg(T)(va_list ap)
void va_arg(T)(va_list apx, ref T parmn)
void va_arg()(va_list apx, TypeInfo ti, void* parmn)
nothrow @system void va_end(va_list ap)
nothrow @system void va_copy(out va_list dest, va_list src, void* storage = alloca(__va_list_tag.sizeof))

© 1999–2017 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/core_stdc_stdarg.html