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