#ifndef _LOGGER_H_ #define _LOGGER_H_ //Allows the user to log something void logger(char message[255]); #endif