f2.c 54 B

12345
  1. #include "func.h"
  2. void f2(){
  3. printf("I am F2\n");
  4. }