summaryrefslogtreecommitdiff
path: root/ayy.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:22:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:22:47 +1300
commitf2fbd5e717306bd65603c466c045b88b410947cf (patch)
tree737d1b5eec4287adf1ddcca68577d008d7d88d40 /ayy.c
downloadlibayylmao-f2fbd5e717306bd65603c466c045b88b410947cf.tar.gz
libayylmao-f2fbd5e717306bd65603c466c045b88b410947cf.zip
First commit of libayylmao
Diffstat (limited to 'ayy.c')
-rw-r--r--ayy.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ayy.c b/ayy.c
new file mode 100644
index 0000000..a505377
--- /dev/null
+++ b/ayy.c
@@ -0,0 +1,7 @@
+#include "ayylmao.h"
+
+/* Print "ayy" to stdout */
+void ayy(void) {
+ fprintf(stdout, "%s\n", AYY);
+ return;
+}