• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 void
sub0(int i)2 sub0 (int i)
3 {
4   extern int sub (int);
5 
6   sub (i);
7 }
8