Embedded TCP/IP stack
4.7.0
|
fnet_char_t* fnet_strstr | ( | const fnet_char_t * | str, |
const fnet_char_t * | substr | ||
) |
Locates a substring.
str | Pointer to the null-terminated string to be analyzed. |
substr | Pointer to the null-terminated string to search for. |
str
of the entire sequence of characters specified in substr
.This function finds the first occurrence of the substring substr
(excluding the terminating null byte) in the string str
.