5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcpy.html}
9 Portability problems fixed by Gnulib:
12 This function cannot be called from plain inline or extern inline functions
17 Portability problems not fixed by Gnulib:
21 Note: @code{strcpy (dst, src)} is only safe to use when you can guarantee that
22 there are at least @code{strlen (src) + 1} bytes allocated at @code{dst}.