I'm new to all of this. I'm trying to write a 68k application, using PODS, that is heavily into trig.
I need to use 'sin' & 'cos' but if I include "math.h" I get an error stating "conflict in types for built-in function 'cos'", and the same message for 'sin' & 'sqrt'. If I don't include "math.h" I get the error "undefined reference for built-in function 'sin'. I didn't think that 'sin' & 'cos' were built-in functions in c. If these functions are built-in, how do I reference them? Please help, Chris. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
