From 7941415ea2408a2d91cc458591d4e707ec5d4c39 Mon Sep 17 00:00:00 2001 From: EliteTK Date: Mon, 24 Feb 2014 21:49:18 +0000 Subject: Added more annotation --- rpout.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 rpout.c (limited to 'rpout.c') diff --git a/rpout.c b/rpout.c deleted file mode 100644 index a07f382..0000000 --- a/rpout.c +++ /dev/null @@ -1,13 +0,0 @@ -#include - -#define void rp(char output[]) - -main () { - rp("Test"); - rp("Ok, this is no longer a test."); - rp("TK throws his arms around you and squeezes you"); -} - -rp (char output[]) { - printf(" [RPOUT] : %s \n", output); -} -- cgit v1.2.3-54-g00ecf