summaryrefslogtreecommitdiff
path: root/ayylmao.h
diff options
context:
space:
mode:
Diffstat (limited to 'ayylmao.h')
-rw-r--r--ayylmao.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ayylmao.h b/ayylmao.h
new file mode 100644
index 0000000..bfb7088
--- /dev/null
+++ b/ayylmao.h
@@ -0,0 +1,10 @@
+/* Require libc printf() */
+#include <stdio.h>
+
+/* Translation macros for "ayy" and "lmao" */
+#define AYY "ayy"
+#define LMAO "lmao"
+
+/* Function prototypes */
+void ayy(void);
+void lmao(void);