R
red floyd
A function foo is defined as:
int foo(string, ...);
How to determine there are how many arguments in the list?
something in the first argument has to determine this.
int foo(string, ...);
How to determine there are how many arguments in the list?
something in the first argument has to determine this.