
April 1st, 2003, 08:15 PM
|
 |
Banned ;)
|
|
Join Date: Nov 2001
Location: Woodland Hills, Los Angeles County, California, USA
|
|
Or you can cheat using system() to call morse, which comes with many unix systems  .
sprintf(cmd, "morse -s %d", words);
system(cmd);
|