Home | History | Annotate | Download | only in path2
      1 #ifndef PATH2_H
      2 #define PATH2_H
      3 extern int path2(int x);
      4 #endif
      5