Declaration: 
int stpcpy(char dest[], char src[], int dest_index=0, int src_index=0); 
Description 
The stpcpysrc line to the dest line and attaches the zero character. 
Returned value 
The stpcpy function returns the number of the last byte copied to dest 
 |