type va_arg( va_list arg_ptr, type ); void va_copy( va_list dest, va_list src ); // (ISO C99 and later) void va_end( va_list arg_ptr ) ...
確定! 回上一頁