[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
stdarg.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define va_start(LIST, ARG)   __builtin_va_start (LIST, ARG)
 
#define va_end(LIST)   __builtin_va_end (LIST)
 
#define va_arg(LIST, TYPE)   __builtin_va_arg (LIST, TYPE)
 
#define va_copy(DST, SRC)   __builtin_va_copy (DST, SRC)
 

Typedefs

typedef __builtin_va_list va_list
 

Macro Definition Documentation

◆ va_arg

#define va_arg (   LIST,
  TYPE 
)    __builtin_va_arg (LIST, TYPE)

◆ va_copy

#define va_copy (   DST,
  SRC 
)    __builtin_va_copy (DST, SRC)

◆ va_end

#define va_end (   LIST)    __builtin_va_end (LIST)

◆ va_start

#define va_start (   LIST,
  ARG 
)    __builtin_va_start (LIST, ARG)

Typedef Documentation

◆ va_list

typedef __builtin_va_list va_list