b.c 65 B

123456
  1. #include <stdio.h>
  2. void b()
  3. {
  4. printf ("In function b\n");
  5. }