#ifndef Lsd_print_h #define Lsd_print_h #include void Lsd_inciliation(); void printLsd(const char* inputText); #endif