#ifndef _HELPER_H_ #define _HELPER_H_ #include "shared.h" void print(Channel channel); #endif // #ifndef _HELPER_H_