- adjustForBigEndian
T* adjustForBigEndian(T* p, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- alignUp
T alignUp(T base)
Undocumented in source. Be warned that the author may not have intended to support it.
- va_arg
T va_arg(va_list ap)
Retrieve and return the next value that is of type T.
- va_arg
T va_arg(va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.
- va_arg
void va_arg(va_list ap, T parmn)
Retrieve and store in parmn the next value that is of type T.
- va_arg
void va_arg(va_list ap, T parmn)
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)
Undocumented in source.
- va_copy
void va_copy(va_list dest, va_list src, void* storage)
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)
Undocumented in source. Be warned that the author may not have intended to support it.
- va_end
void va_end(va_list ap)
Undocumented in source.
- va_end
void va_end(va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.
- va_start
void va_start(va_list ap, T parmn)
Initialize ap.
parmn should be the last named parameter.
- va_start
void va_start(va_list ap, T parmn)
Undocumented in source.
- va_start
void va_start(va_list ap, T parmn)
Undocumented in source. Be warned that the author may not have intended to support it.
- va_start
void va_start(va_list ap, T parmn)
Undocumented in source.
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.