1 2 3 4 5 6 7 8 9
#ifndef __UTILS_H_ #include <cstdio> #define MDEBUG(fmt, args...) fprintf (stderr, fmt , ## args) #define __UTILS_H_ #endif // __UTILS_H_