
Go to the source code of this file.
Defines | |
| #define | va_copy(d, s) memcpy((void *)&(d),(void *)&(s),sizeof(va_list)) |
handle variable argument list
Definition in file os_stdarg.h.
| #define va_copy | ( | d, | |||
| s | ) | memcpy((void *)&(d),(void *)&(s),sizeof(va_list)) |
Definition at line 35 of file os_stdarg.h.
1.6.1