X-Git-Url: https://git.armaanb.net/?p=bin.git;a=blobdiff_plain;f=morse.c;fp=morse.c;h=3c5698e27d56179206e3d1512c4d2640047acbad;hp=eb0bd8ee4f3c7db0609a6bba37b19ab4657bfcbc;hb=da66e111f8c4d4aabdd3378d512a1b7142cc1b49;hpb=73f59ce58921bb6349a4cdae74d4084bc217aa4b diff --git a/morse.c b/morse.c index eb0bd8e..3c5698e 100644 --- a/morse.c +++ b/morse.c @@ -1,6 +1,6 @@ -/* Convert ASCII to morse code. Reads from stdin if provided with no argument - or "-", otherwise reads from the first command line argument. Prints "?" if - character is not found. */ +/* Convert ASCII to morse code. Reads from stdin if provided with no argument + or "-", otherwise reads from the first command line argument. Prints "?" if + character is not found. */ #include #include