Home | History | Annotate | Download | only in path2
      1 #include "path2.h"
      2 
      3 int path2(int x)
      4 {
      5 	return x*42;
      6 }
      7 
      8