1 2 3 4 5 6 7 8 9
#ifndef UTILS_H #define UTILS_H #ifdef DEBUG #include <stdio.h> void logs(char *s); #endif #endif