STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Functions
stdarg.h File Reference
#include <crtdefs.h>
#include <vadefs.h>

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)
 

Macro Definition Documentation

#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

Function Documentation

void _CRTIMP __cdecl _vacopy ( _Out_ va_list ,
_In_  va_list 
)