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.