#ifndef UTILS_H #define UTILS_H #ifdef DEBUG #include void logs(char *s); #endif #endif