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