| strcmp |
(String str1, String str2) |
yoix.string |
| |
Compares characters in the null-terminated strings
str1
and
str2
and returns an integer less than, equal to, or greater than
0,
to indicate
str1
is lexicographically less than, equal to, or greater than
str2.
| |
| Return: |
int
| | |
| See Also: |
strcasecmp,
strcat,
strchr,
strcpy,
strcspn,
strdel,
strdup,
strfmt,
strins,
strjoin,
strlen,
strncasecmp,
strncat,
strncmp,
strncpy,
strpbrk,
strrchr,
strrstr,
strsplit,
strspn,
strstr,
strtok
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|