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

	- prototype in string.h

	- appends src to dest