Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

A.h
#ifndef __my_a
#define __my_a

#include <A/int.h>
#include <stdint.h>

#ifdef __cplusplus
extern "C"
{
#endif

typedef int_fast32_t my_a;
}

#endif