summaryrefslogtreecommitdiff
path: root/ayylmao.h
blob: bfb7088a27e5161a45e72b12e2f458e74d72913c (plain) (blame)
1
2
3
4
5
6
7
8
9
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);