📜  stdarg.h 用于什么 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:55.059000             🧑  作者: Mango

代码示例1
"stdarg.h" is a header in the C standard library of the C programming language 
that allows functions to accept an indefinite number of arguments. It 
provides facilities for stepping through a list of function arguments of 
unknown number and type. C++ provides this functionality in the header "cstdarg".