View Single Post
  #1   Spotlight this post!  
Unread 18-02-2007, 17:12
schroedinbug schroedinbug is offline
Registered User
FRC #0443
 
Join Date: Feb 2007
Location: Denver
Posts: 3
schroedinbug is an unknown quantity at this point
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.