#pragma once #include "Boiler.h" class Helpers { public: static void tempToStr( char* out , temp_t temp , signed char width ); static void fillLine( char* line , int length , char c ); static void center( char* line , const char* text , int length , char c ); };