1
2
3
4
5
6
#include <stdio.h>
#include "foo.h"

void screamOutLoud() {
  printf("ooooooowwwwwwww");
}