摘要:
printf,sprintf比较常用,vsprintf不常用。 1. 三个函数的声明:int printf (const char * szFormat, ...);int sprintf (char * szBuffer, const char * szFormat, ...);int vsp... 阅读全文
posted @ 2014-08-14 11:36
小鱼1982
阅读(1931)
评论(0)
推荐(0)
摘要:
本篇随笔参考了http://www.cnblogs.com/hanyonglu/archive/2011/05/07/2039916.html1. 在C中,当无法列出传递函数的所有实参的类型和数目时,可以用省略号指定参数表。例如:void foo(...);void foo(parm_list,..... 阅读全文
posted @ 2014-08-14 10:43
小鱼1982
阅读(8410)
评论(0)
推荐(0)
浙公网安备 33010602011771号