We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11caaaa commit 03303c5Copy full SHA for 03303c5
examples/rot13.c
@@ -1,3 +1,5 @@
1
+// rot13.c: Encodes/decodes standard input to/from the ROT13 cipher
2
+
3
#define EOF -1
4
5
int putchar(int c);
0 commit comments