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