2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
6 /*****************************************************************************
18 Copy a string returning pointer to its end.
21 dest - The string is copied into this variable. Make sure it is
24 src - This is the new contents of dest.
27 pointer to the end of the string dest (address of it's null
31 No check is made that dest is large enough for src.
42 ******************************************************************************/