diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-10-30 11:39:35 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-10-30 11:39:35 +0100 |
commit | 3ade194073d5d20ace17986c148800bf2a3554ef (patch) | |
tree | a5c37632cfbda20e244534e118fe7017a7d4be45 /utils.hpp | |
parent | 546fd6b8ba18f457832e8c10af083cdb1d9e7d5c (diff) | |
download | odr-dpd-3ade194073d5d20ace17986c148800bf2a3554ef.tar.gz odr-dpd-3ade194073d5d20ace17986c148800bf2a3554ef.tar.bz2 odr-dpd-3ade194073d5d20ace17986c148800bf2a3554ef.zip |
Add first version
Diffstat (limited to 'utils.hpp')
-rw-r--r-- | utils.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils.hpp b/utils.hpp new file mode 100644 index 0000000..813c597 --- /dev/null +++ b/utils.hpp @@ -0,0 +1,9 @@ +#ifndef __UTILS_H_ + +#include <cstdio> + +#define MDEBUG(fmt, args...) fprintf (stderr, fmt , ## args) + +#define __UTILS_H_ +#endif // __UTILS_H_ + |