.\" Generated by the Allegro makedoc utility .TH ustrcpy 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME ustrcpy \- Copies a string into another one. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B char *ustrcpy(char *dest, const char *src); .SH DESCRIPTION This function copies `src' (including the terminating null character into `dest'. You should try to avoid this function because it is very easy to overflow the destination buffer. Use ustrzcpy instead. .SH "RETURN VALUE" Returns the value of dest. .SH SEE ALSO .BR uconvert (3alleg4), .BR ustrzcpy (3alleg4), .BR ustrncpy (3alleg4), .BR exunicod (3alleg4)