Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

c_quote.h
#ifndef C_QUOTE_H
#define C_QUOTE_H

#define FOO1_QUOTE(x) 2 * x
#define FOO2_QUOTE(x) 2 * x

#endif