◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <string.h> Syntax: char *strcpy( char *dest, char *src ); char __far *_fstrcpy( char __far *dest, char __far *src ); Returns: the destination string. See also: strncpy, strcat, _strset, memcpy, _memccpy, memmove -♦-