hi how can you do a case insensitive string compare ? i'm using uvision3 , c51 version 8. the string.h don't know stricmp or strlwr. can i compile my own function ?
thanks gamba
Just note that open-source isn't the same as free source. If you are working with a commercial project - be careful with GPL-licensed code, since it taints your whole application with the GPL license. It is only the special case of linking with a LGPL:ed library that the tainting doesn't occur.