Skip to main content
  1. Tags/

Variadic Function

2019

C语言变长参数

·2 mins
说起C语言的变长参数,可能听起来比较陌生,因为很少会需要自己实现。不过想一下scanf和printf,参数个数的确是不固定的。