#include using namespace std; void transmit(const string&); void init_morse(); // call this first! void dot(); void dash();