Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

e.h
#ifndef E_H
#define E_H
#include "c.h"
template struct S<char>;
template struct T<char>;
#endif