MAXFIELDS
struct field field[MAXFIELDS]; /* the fields of the structure */
char *fieldv[MAXFIELDS];
parse_line(line, &fieldc, fieldv, MAXFIELDS);