Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#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