Embedded TCP/IP stack
4.7.0
|
fnet_int32_t fnet_strcmp | ( | const fnet_char_t * | str1, |
const fnet_char_t * | str2 | ||
) |
Compares two strings.
str1 | Pointer to the null-terminated string to be compared. |
str2 | Pointer to the null-terminated string to be compared. |
This function compares the two strings str1
and str2
, returning zero if they all match or the difference between the first two differing characters.