1#ifndef C_QUOTE_H2#define C_QUOTE_H3 4#define FOO1_QUOTE(x) 2 * x5#define FOO2_QUOTE(x) 2 * x6 7#endif8