itoa
strlcpy(hpbuf, (t1->hp > 0) ? itoa(t1->hp) : "-", sizeof(hpbuf));
static char *itoa(int);
card('I', itoa(indent));