14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
18
18
closing NUL) to dst, and returns a pointer to the new closing NUL in
19
19
dst. The similar UNIX routine strcpy returns the old value of dst,
21
21
into dst, which seems useful.
30
37
while ((*dst++ = *src++)) ;