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