codice:
char* mycat(char* d, const char* s)
{
    return strcpy(&d[strlen(d)], s);
}
O qualcosa di simile