vers16a.c 74 B

12345678
  1. int show_bar ()
  2. {
  3. return 1;
  4. }
  5. int show_foo ()
  6. {
  7. return show_bar ();
  8. }