stdio.h is included because we call fprintf() and vfprintf() later. ... #else int code; va_start(ap); /* extract the fixed argument */ code = va_arg(ap, ...
確定! 回上一頁