mistress lib.c
1#include <stdio.h>
2#include "lib.h"
3
4void meow(void) {
5   printf("meow\n");
6}