astrcat
static void astrcat(char **, const char *);
astrcat(&left, diffp->left);
astrcat(&right, diffp->right);