liberis
Defines | Typedefs
stdarg.h File Reference

V810 stdarg implementation. More...

Go to the source code of this file.

Defines

#define _VA_LIST
#define va_start(list, start)
#define va_end(list)   ((void)0)
#define va_arg(list, mode)   *(mode *)(&(list = (char*)(((int)list + 7)&~3U))[-4])

Typedefs

typedef char * va_list

Detailed Description

V810 stdarg implementation.


Define Documentation

#define va_start (   list,
  start 
)
Value:
((void)((list) = (sizeof(start)<4 ? \
                                (char *)((int *)&(start)+1) : (char *)(&(start)+1))))
 All Files Functions Typedefs Enumerations Enumerator Defines