listtype
static void makelist(struct listhead *, enum listtype, char *);
makelist(struct listhead *head, enum listtype type, char *src)
char *listtype;
listtype = "hash";
listtype = "sort";
(intmax_t)inumber, listtype);