#ifndef INPUT_H #define INPUT_H int add_input_digit(int input, int digit); int rm_input_digit(int input); #endif