Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

cycle2.h
#ifndef CYCLE2
#define CYCLE2

#include "cycle1.h"

struct C2 {};

#endif