src2.c 76 B

123456
  1. #include <stdio.h>
  2. void func4(void)
  3. {
  4. printf("Hello from func4!\n");
  5. }