needed1a.c 55 B

1234567
  1. extern void bar (void);
  2. void
  3. foo (void)
  4. {
  5. bar ();
  6. }