I have a nice C++ function, which supports multiple arguments through va_list + va_start + va_arg. But I had to convert my project to C. After conversion, this va_list construction gets rejected by the compiler (multiple errors). Is there any way to do that thing in C, and (if yes) what I need to change?
Asked
Active
Viewed 7,351 times
-1
-
2Please show the code you're using, and the exact error messages you're getting. – Oliver Charlesworth Mar 03 '12 at 21:18
-
1For start, we need to have a look at your code and the errors that the compiler complains about. Without this information we're helpless. – Tadeusz A. Kadłubowski Mar 03 '12 at 21:19