Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

c-index-pch.h
#ifndef C_INDEX_PCH_H
#define C_INDEX_PCH_H

void foo(int i, float f);
extern int bar;

#endif // C_INDEX_PCH_H