Since the va_list macro needs to get the address of an argument, ... { va_list arg_list; va_start (arg_list, count); while (count--) { printf ("%s\n", ...
確定! 回上一頁