EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 110

no-image

EZ800000100STS

Manufacturer Part Number
EZ800000100STS
Description
SOFTWARE TCP/IP SOURCE CODE
Manufacturer
Zilog
Type
Protocol Stackr
Datasheets

Specifications of EZ800000100STS

Tool Type
Programming Software
Core Architecture
Z8
For Use With/related Products
eZ80 Acclaim! MCU
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
102
Zilog TCP/IP Stack API
eZ80
xc_strcasecmp
Definitions and Codes
®
CPU
Include
Prototype
Description
Argument(s)
Return Value(s)
#include "xc_lib.h"
INT16 xc_strcasecmp (INT8 *str1, INT8 *str2)
Case-insensitive string comparison—
performs a byte-by-byte comparison of two strings, in which it looks for
the first character that differs other than by case. If the first character in
the first string that does not match is less than its corresponding character
in the second string, or if the first string is shorter than the second string, a
negative value is returned. If the character is larger than its corresponding
character in the second string, or the second string is shorter than the first,
a positive nonzero value returns. If the two strings are the same (except
possibly in
The
the first string is less than, equal to, or greater than the second string.
str1
str2
xc_strcasecmp
case
Pointer to first of the two strings in the comparison.
Pointer to second of the two strings in the comparison.
), a zero is returned.
function returns an integer that describes whether
The
xc_strcasecmp
RM004012-0707
function

Related parts for EZ800000100STS