FreeNOS
Macros | Typedefs
stdarg.h File Reference

Go to the source code of this file.

Macros

#define _STDARG_H
 
#define _ANSI_STDARG_H_
 
#define __GNUC_VA_LIST
 
#define va_start(v, l)   __builtin_va_start(v,l)
 
#define va_end(v)   __builtin_va_end(v)
 
#define va_arg(v, l)   __builtin_va_arg(v,l)
 
#define va_copy(d, s)   __builtin_va_copy(d,s)
 
#define __va_copy(d, s)   __builtin_va_copy(d,s)
 
#define _VA_LIST_
 
#define _VA_LIST
 
#define _VA_LIST_DEFINED
 
#define _VA_LIST_T_H
 
#define __va_list__
 

Typedefs

typedef __builtin_va_list __gnuc_va_list
 
typedef __gnuc_va_list va_list
 

Macro Definition Documentation

◆ __GNUC_VA_LIST

#define __GNUC_VA_LIST

Definition at line 42 of file stdarg.h.

◆ __va_copy

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

Definition at line 56 of file stdarg.h.

◆ __va_list__

#define __va_list__

Definition at line 123 of file stdarg.h.

◆ _ANSI_STDARG_H_

#define _ANSI_STDARG_H_

Definition at line 35 of file stdarg.h.

◆ _STDARG_H

#define _STDARG_H

Definition at line 34 of file stdarg.h.

◆ _VA_LIST

#define _VA_LIST

Definition at line 114 of file stdarg.h.

◆ _VA_LIST_

#define _VA_LIST_

Definition at line 111 of file stdarg.h.

◆ _VA_LIST_DEFINED

#define _VA_LIST_DEFINED

Definition at line 117 of file stdarg.h.

◆ _VA_LIST_T_H

#define _VA_LIST_T_H

Definition at line 120 of file stdarg.h.

◆ va_arg

#define va_arg (   v,
 
)    __builtin_va_arg(v,l)

Definition at line 52 of file stdarg.h.

◆ va_copy

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

Definition at line 54 of file stdarg.h.

◆ va_end

#define va_end (   v)    __builtin_va_end(v)

Definition at line 51 of file stdarg.h.

◆ va_start

#define va_start (   v,
 
)    __builtin_va_start(v,l)

Definition at line 50 of file stdarg.h.

Typedef Documentation

◆ __gnuc_va_list

typedef __builtin_va_list __gnuc_va_list

Definition at line 43 of file stdarg.h.

◆ va_list

Definition at line 105 of file stdarg.h.