Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

int.h
#ifndef __my_int
#define __my_int

#include <stdint.h>

#ifdef __cplusplus
extern "C"
{
#endif

typedef int_fast32_t myint;
}

#endif