Table of Contents
The
function locates the first occurrence of in the string pointed to by
The terminating character is considered part of the string. If is locates
the terminating
The function returns a pointer to the located
character, or if the character does not appear in the string.
The function conforms to
Table of Contents