toupper

17 Mar 2010

I moved a program over from a Rowley application that contained a "toupper" in  statements. It comes up in mbed as an " unidentified error". I am not a great expert on c programming but in this case I am not sure where to go to check if this is legal with mbed. Anyone got anything on this? Regards to all.

17 Mar 2010

Try adding this to the includes:

 

#include <ctype.h>

 

17 Mar 2010

that fixed it. Thank you.

24 Mar 2012

Just moved a program from Keil to mbed, where ctype.h was included.

This makes the compile fail with loads of stuff.

Any troubles with the compiler and ctype not working together?

Lerche

EDIT: Never mind, not including iostream seems to help this out.