| strncasecmp |
(String str1, String str2, int n) |
yoix.string |
| |
Does a case-insensitive comparison of at most
n
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,
strcmp,
strcpy,
strcspn,
strdel,
strdup,
strfmt,
strins,
strjoin,
strlen,
strncat,
strncmp,
strncpy,
strpbrk,
strrchr,
strrstr,
strsplit,
strspn,
strstr,
strtok
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|