1
0

f1.c 54 B

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