#ifndef SUBSTITUTIONS_H #define SUBSTITUTIONS_H void reset_input_mode(); void set_input_mode(); void delay(unsigned int ms); char isKeyPressed(); #endif