d_quote.h 101 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #ifndef D_QUOTE_H #define D_QUOTE_H #define BAR1_QUOTE(x) 2 * x #define BAR2_QUOTE(x) 2 * x #endif