|
Variadic functions with mcc18
Has anyone used variadic functions in their FRC code? I want to have a variadic debugging function, but the function appears to get ignored when called. I know the stdarg.h is available and the code compiles, bug I get zero output from the function call (it should do a varying number of printf's, including some for general newlines, which it does not do).
Any thoughts/opinions?
If you need to see code, I can probably get a small example of what I want posted.
|