two.c 56 B

123456
  1. extern void three(void);
  2. void two(void)
  3. {
  4. three();
  5. }