#define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2)new string[129];strcpy(string, inputtext, 129);