char *strcpy( char *dest, const char *src )



	- prototype in string.h

	- copies src into dest
	- returns dest