ustrcmp
Compares two strings.
Description
int ustrcmp(const char *s1,
const char *s2
);
This function compares `s1' and `s2'.
Returns zero if the strings are equal, a positive number if `s1' comes
after `s2' in the ASCII collating sequence, else a negative number.
Related Discussions
The following threads each have code containing this keyword:
Note: You can click on the numbers to jump directly to the posts that reference this page.
Related Projects
The following projects include source code containing this keyword: