blob: bfb7088a27e5161a45e72b12e2f458e74d72913c (
plain) (
tree)
|
|
/* 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);
|