#define va_start(list,param1) ( list = (va_list)¶m1+ sizeof(param1) ). va_arg宏,获取可变参数的当前参数,返回指定类型并将指针指向下一 ...
確定! 回上一頁