Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#ifndef C_INDEX_PCH_H #define C_INDEX_PCH_H void foo(int i, float f); extern int bar; #endif // C_INDEX_PCH_H