Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

complete-macros.h
#ifndef COMPLETE_MACROS_H_GUARD
#define COMPLETE_MACROS_H_GUARD

void in_header(int);
#define MACRO_IN_HEADER 1

#endif