From be9d9aedb53e9b3211765f16bf4b90f5d31c1722 Mon Sep 17 00:00:00 2001 From: EliteTK Date: Mon, 24 Feb 2014 21:03:53 +0000 Subject: Added all files --- rpout.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rpout.c (limited to 'rpout.c') diff --git a/rpout.c b/rpout.c new file mode 100644 index 0000000..a07f382 --- /dev/null +++ b/rpout.c @@ -0,0 +1,13 @@ +#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