Embedded TCP/IP stack
4.7.0
|
fnet_char_t* fnet_strrchr | ( | const fnet_char_t * | str, |
fnet_char_t | chr | ||
) |
Locates last occurrence of a character in a string.
str | Pointer to the null-terminated string to be analyzed. |
chr | Character to search for. |
str
, or FNET_NULL if no such character is found.This function finds the last occurrence of the character
chr in the string pointed to by str
..