Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

clean-one.h
#ifndef CLEAN_ONE_H
#define CLEAN_ONE_H

int do_nothing_loop();

#endif