We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.