strtoki
chp->token = strtoki(pt, " \t\n");
chp->text = strtoki(NULL, "");
static char *strtoki(char *, char *);