Problem with arguments

user01 Reply 9 years 24 weeks ago
I am having trouble with putting the arguments in the minprintf(,) for them to be outputted.
pichulia Reply 9 years 24 weeks ago
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