46#if !defined(R__VA_COPY). 47# if defined(va_copy). 48# define R__VA_COPY(to, from) va_copy((to), (from)). 49# elif defined(__va_copy).
確定! 回上一頁