C語言 可變參數

http://www.cnblogs.com/zhanggaofeng/p/6434554.html //可變參數 #include <stdio.h> #include <stdlib.h> #include <string.h> //引用頭文件 #include <stdarg.h> /* va_list用於聲明一個變量,我們知道函數的可變參數列表其實就是一個字符串,所以va_list才被聲
相關文章
相關標籤/搜索