#ifndef XTEST_SOURCE_H #define XTEST_SOURCE_H int ret_1(void); double div(double a, double b); int add(int a, int b); int str_equals(const char *s1, const char *s2); #endif //XTEST_SOURCE_H