This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Case Insensitive compare

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

Parents
  • 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.

Reply
  • 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.

Children
No data