2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
8 /*****************************************************************************
20 Copy a string. Works like an assignment "dest=src;".
23 dest - The string is copied into this variable. Make sure it is
25 src - This is the new contents of dest.
31 No check is made that dest is large enough for src.
38 strncpy(), memcpy(), memmove()
42 ******************************************************************************/