Embedded TCP/IP stack
4.7.0
|
fnet_int32_t fnet_strcmp_splitter | ( | const fnet_char_t * | in_str, |
const fnet_char_t * | name, | ||
fnet_char_t | splitter | ||
) |
Compares two strings, with additional terminator.
in_str | Pointer to the null or splitter terminated string to be compared. |
name | Pointer to the null-terminated string to be compared. |
splitter | Additional terminator that can be used in str . |
This function compares the two strings in_str
and name
, returning zero if they all match or the difference between the first two differing characters.
The name
string can be terminated by null or splitter
character.