Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
module cstd [system] { // Only in system headers directory module stdio { header "stdio.h" } module pthread { header "pthread.h" export * module impl { header "pthread_impl.h" export * } } }