It is impossible(...or useless) to solve this problem by va_list.
minprintf("wahaha %d %d",123,134);
But there is no way to make string"123 134" to ",123,134" form.
Hmm.. Maybe possible by using macro. But....I don't think this is good way...
Just solve the problem with NORMAL method