Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#define DEF #include "header.h" int main() { f1(); int *x; f2(&x); float *y; f2(&y); return 0; }