Skip to content

Commit 03303c5

Browse files
committed
Add comments to rot13.c
1 parent 11caaaa commit 03303c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/rot13.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// rot13.c: Encodes/decodes standard input to/from the ROT13 cipher
2+
13
#define EOF -1
24

35
int putchar(int c);

0 commit comments

Comments
 (0)