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