Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

algobase.h
#ifndef _STL_ALGOBASE_H
#define _STL_ALGOBASE_H
template<typename _Tp, _Tp> struct integral_constant {};
#endif