Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Varargs.h File Reference
#include <stdarg.h>
Include dependency graph for Varargs.h:
This graph shows which files directly or indirectly include this file:

Macros

#define R__VA_COPY(to, from)   ((to) = (from))
 
#define va_(arg)   arg
 

Macro Definition Documentation

◆ R__VA_COPY

#define R__VA_COPY (   to,
  from 
)    ((to) = (from))

Definition at line 48 of file Varargs.h.

◆ va_

#define va_ (   arg)    arg

Definition at line 35 of file Varargs.h.