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