1#include <stdio.h>
2
3void func5(void)
4{
5  printf("Hello from func5.c\n");
6}
7