#ifndef Lcd_print_h #define Lcd_print_h #include void Lcd_inciliation(); void printLcd(const char* inputText); #endif