C
curiosity5374
A function foo is defined as:
int foo(string, ...);
How to determine there are how many arguments in the list?
int foo(string, ...);
How to determine there are how many arguments in the list?