Table of Contents
The function
copies bytes from string to string If the character (as converted to
an unsigned char) occurs in the string the copy stops and a pointer to
the byte after the copy of in the string is returned. Otherwise, bytes
are copied, and a NULL pointer is returned.
The function
is
Table of Contents