#ifndef _LOGGER_H_ #define _LOGGER_H_ void log(char *msg); #endif // _LOGGER_H_