#ifndef _7566_LOGGER_H #define _7566_LOGGER_H void slog(char* str); void serror(char* str); void sdebug(char* str); #endif