c_quote.h 101 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #ifndef C_QUOTE_H #define C_QUOTE_H #define FOO1_QUOTE(x) 2 * x #define FOO2_QUOTE(x) 2 * x #endif