Table of Contents
The
function copies bytes from string to string
The function
returns the original value of
The function conforms
to
In this implementation is implemented using and therefore the
strings may overlap. On other systems, copying overlapping strings may produce
surprises. A simpler solution is to not use
Table of Contents