a_quote.h 129 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef A_QUOTE_H #define A_QUOTE_H #define FOO1_QUOTE(x) x + x #define BAR1_QUOTE(x) x + x #define BAZ1_QUOTE(x) x + x #endif