• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "path1.h"
2 
foo(int x)3 int  foo(int  x)
4 {
5 	return path1(x) - 16;
6 }
7 
8