#ifndef LOGER_H #define LOGER_H void error(char message[]); void info(char message[]); void warning(char message[]); #endif