foo.c 93 B

1234567
  1. #include "foo.h"
  2. #include <stdio.h>
  3. int count = 6;
  4. void foo() {
  5. printf("this is foo!\n");
  6. }