#ifndef LOGGER_H_QWERTY #define LOGGER_H_QWERTY void log_error(const char* format, ... ); void log_debug(const char* format, ... ); #endif