e_quote.h 101 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #ifndef E_QUOTE_H #define E_QUOTE_H #define BAZ1_QUOTE(x) 2 * x #define BAZ2_QUOTE(x) 2 * x #endif