Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#ifndef _LIBCPP_CSTDDEF #define _LIBCPP_CSTDDEF #include <stddef.h> #include <type_traits> typedef ptrdiff_t my_ptrdiff_t; #endif