strcpy(char * to,char *from)
{
*to = '\0';
while(*from)
{
from++;
to++;
}
*to = ' \0 ' ;
while(*to)
{
from--;
to--;
}
while( *from)
{ from++; }
from--;
*to=*from
to++;from--;
while(*to)
{
*to=*from
to++;from--;
}
}
strcpy(char * to,char *from)
{
*to = '\0';
while(*from)
{
from++;
to++;
}
*to = ' \0 ' ;
while(*to)
{
from--;
to--;
}
while( *from)
{ from++; }
from--;
*to=*from
to++;from--;
while(*to)
{
*to=*from
to++;from--;
}
}