MAX_FIELDS
char *cp, *tok[MAX_FIELDS];
if (bufsplit(cp, MAX_FIELDS, tok) != MAX_FIELDS) {
char *fields[MAX_FIELDS];