tempstr           692 src/simh/sim_tmxr.c         char *tempstr = growstring(&tptr, 10 + strlen(lptr));
tempstr           693 src/simh/sim_tmxr.c         (void)sprintf(tempstr, "%s%s", *tptr ? "," : "", lptr);