clang 19.0.0git
Macros
__stdarg_va_copy.h File Reference

Go to the source code of this file.

Macros

#define va_copy(dest, src)   __builtin_va_copy(dest, src)
 

Macro Definition Documentation

◆ va_copy

#define va_copy (   dest,
  src 
)    __builtin_va_copy(dest, src)

Definition at line 11 of file __stdarg_va_copy.h.