can i pass variadig arguments from one function to other?
siomething like:
void func1(...)
{
func2(...);
}
is it still not possible?
(sorry, i was asked this some time ago. but now i see array
literals are mnaked and other good changes - may be this question
changed too.)