Table of Contents
The
function locates the first character matching (converted to a in the
null-terminated string
The character is returned if it is
found; otherwise is returned. If is ’\0’, locates the terminating ’\0’.
A function appeared in
Table of Contents