Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

suart.h
#ifndef SUART
#define SUART

void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);

#endif	/* SUART */