clang 19.0.0git
Macros
__stdarg___va_copy.h File Reference

Go to the source code of this file.

Macros

#define __va_copy(d, s)   __builtin_va_copy(d, s)
 

Macro Definition Documentation

◆ __va_copy

#define __va_copy (   d,
  s 
)    __builtin_va_copy(d, s)

Definition at line 11 of file __stdarg___va_copy.h.