aboutsummaryrefslogtreecommitdiffstats
path: root/utils.hpp
blob: 813c59714e556a6daeae74ca4e7a9760d8c02475 (plain)
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_