aboutsummaryrefslogtreecommitdiff
path: root/loading.h
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2013-05-01 18:54:35 -0400
committerBen Burwell <bburwell1@gmail.com>2013-05-01 18:54:35 -0400
commitc112d966e58b3b6c314cc2b87d0891d946aa235a (patch)
treec0ab393428b63a283b2fc0e24ae66b1b2848b987 /loading.h
parenta08e54f9a39177c48fe797e3f60ffadd17ae380d (diff)
Adds comments
Diffstat (limited to 'loading.h')
-rw-r--r--loading.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/loading.h b/loading.h
index a9d7701..29662d8 100644
--- a/loading.h
+++ b/loading.h
@@ -7,10 +7,15 @@
void *rrf(void * arg) {
+ // wait predetermined interval
sleep(RR);
+
+ // print lyrics
printf("\n Never gonna give you up \n");
printf(" Never gonna let you down \n");
printf(" Never gonna run around and desert you. \n");
+
+ // display prompt
printf("%s ", prompt);
fflush(stdout);