#ifndef __UTILS_H_ #include #define MDEBUG(fmt, args...) fprintf (stderr, fmt , ## args) #define __UTILS_H_ #endif // __UTILS_H_