Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#ifndef E_H #define E_H #include "c.h" template struct S<char>; template struct T<char>; #endif