變參函數:. #include <stdarg.h> va_list p; va_start(p,fmt ); va_arg( p, int); va_end( p );. 以上四個到底是由什麼函數或者宏定義構成的?
確定! 回上一頁