Function strcpy

Top 

Declaration:

void strcpy(char dest[], char src[], int dest_index=0, int src_index=0);

Description

The strcpy function copies the contents of line src to line dest and attaches the zero character.

Returned value

None.