#include "ayylmao.h" /* Print "ayy" to stdout */ void ayy(void) { fprintf(stdout, "%s\n", AYY); return; }