X-Git-Url: https://git.armaanb.net/?p=bin.git;a=blobdiff_plain;f=morse.c;h=3c5698e27d56179206e3d1512c4d2640047acbad;hp=eb0bd8ee4f3c7db0609a6bba37b19ab4657bfcbc;hb=HEAD;hpb=fcbeca81cd6a87e6b10144ba76bfbc449e422bf5 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