#ifndef test_h #define test_h #include int add(int x ,int y); #endif