1 2 3 4 5 6
#include <string> using namespace std; void transmit(const string&); void init_morse(); // call this first! void dot(); void dash();