Changed print statements to a macro to avoid prepending [tomd]
[tlb/tomd.git] / include / macros.h
1 #ifndef _MACROS_H
2 #define _MACROS_H
3
4 #define tomd_p(...) {printf("[tomd] "); printf(__VA_ARGS__); printf("\n");}
5
6 #endif