ot::StringFind() function
Finds the first occurrence of a given character in a null-terminated string.
Arguments
aString
A pointer to the string.
aChar
A char to search for in the string.
Return value
The pointer to first occurrence of the @p aChar in @p aString, or `nullptr` if cannot be found.
ot::StringFind() is called by 8 functions and calls 1 function:
![]()
ot::StringFind()
ot::StringFind() reads 3 variables:
![]()
ot::StringFind()