#include #include #include #include #include "channel.h" // the bigger this is, the better the algol // yet the more memory is taken #define KEYSIZE 24 // not to be called char *repeat(char *key, int size) { char *new = (char *)malloc(size); int i=0; while (strlen(key)