get_list
static void get_list(int, int );
get_list(0, player);
get_list(1, tradee);
void get_list(char *);
get_list(optarg);
get_list(optarg);
get_list(optarg);
ch = get_list(e->minute, FIRST_MINUTE, LAST_MINUTE,
ch = get_list(e->hour, FIRST_HOUR, LAST_HOUR,
ch = get_list(e->dom, FIRST_DOM, LAST_DOM,
ch = get_list(e->month, FIRST_MONTH, LAST_MONTH,
ch = get_list(e->dow, FIRST_DOW, LAST_DOW,
static int get_list(bitstr_t *, int, int, const char *[], int, FILE *),