#ifndef HEAD_H #define HEAD_H #include int foo(int x); int foo1(int x); int foo2(int x); void test(); #endif