aboutsummaryrefslogtreecommitdiffstats
path: root/randomcase.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
commit7941415ea2408a2d91cc458591d4e707ec5d4c39 (patch)
treee5455d1a12ab1bffec64a0e67648362133276771 /randomcase.c
parent01f1c8246b7b96b659519f824966c8793053fc75 (diff)
downloadc-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.gz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.xz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.zip
Added more annotation
Diffstat (limited to 'randomcase.c')
-rw-r--r--randomcase.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/randomcase.c b/randomcase.c
index c587d1a..71e8636 100644
--- a/randomcase.c
+++ b/randomcase.c
@@ -1,3 +1,5 @@
+// Randomises the cases of letters. An IRC in joke from when I found out about the C+=
+// project. (Letter equality)
#include <stdlib.h>
#include <stdio.h>
#include <time.h>