int input (void) { char c; if (calc_input (&c, 1) != 1) return EOF; else return (int) c; }
static void calc_ch_6() { calc_input(RC_CH6, RC_CH6_INPUT); }
static void calc_ch_5() { calc_input(RC_CH5, RC_CH5_INPUT); }
static void calc_ch_4() { calc_input(RC_CH4, RC_CH4_INPUT); }
static void calc_ch_3() { calc_input(RC_CH3, RC_CH3_INPUT); }
static void calc_ch_2() { calc_input(RC_CH2, RC_CH2_INPUT); }
static void calc_ch_1() { calc_input(RC_CH1, RC_CH1_INPUT); }