When I try to use toupper, in Metroworks Codewarrior v 7.0, it tells me toupper is an undefined identifier, which we all know it's not a identifier, but an expression, and that does not need a header file to my knowledge, so what am I doing wrong?
Nevermind figured it out, I was used to a compiler at school, really old and you could use toupper(variableName); and with new versions have to have variableName = toupper(variableName);