• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 extern void foo (void);
2 
3 void
bar(void)4 bar (void)
5 {
6   foo ();
7 }
8