|
STLdoc
STLdocumentation
|
Go to the source code of this file.
Macros | |
| #define | _INC_STDARG |
| #define | va_start _crt_va_start |
| #define | va_arg _crt_va_arg |
| #define | va_end _crt_va_end |
| #define | va_copy(apd, aps) _vacopy(&(apd), aps) |
Functions | |
| void _CRTIMP __cdecl | _vacopy (_Out_ va_list *, _In_ va_list) |
| #define _INC_STDARG |
| #define va_arg _crt_va_arg |
| #define va_copy | ( | apd, | |
| aps | |||
| ) | _vacopy(&(apd), aps) |
| #define va_end _crt_va_end |
| #define va_start _crt_va_start |
1.8.8