Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

crash.h
// Produce a crash if CRASH is defined.
#ifdef CRASH
#  pragma clang __debug crash
#endif

const char *getCrashString(void);