#define va_arg(ap, type) *((type*)((ap+=sizeof(type))-sizeof(type))). 引数. ap. va_list型の変数。 type. 実引数の型。 戻り値. 実引数の値。
確定! 回上一頁