1 2 3 4 5 6
#include<proj1.h> #include<stdio.h> void proj1_func1(void) { printf("In proj1_func1.\n"); }