![]()
Provides basic string support for the µCore.
Returns the number of characters in a string excluding the terminating null.
Concatenates a copy of string src to the end of string dest. Pointers src & dest should not be the same.
Copy the contents of string src to string dest. Pointers src & dest should not be the same.
Perform a case sensitive comparison of strings a & b. Return 0 if they match, else return non-zero. Note that this function differs from the standard C version as it performs a simple, rather than a lexicographic comparison.
Perform a case insensitive comparison of strings a & b. Return 0 if they match, else return non-zero.
Convert the string s to upper case.
Converts the string s to lower case.
Home | Products | Technical Info | How to Order | Contact Us | Links