xtest/examples/source.h
2022-01-11 20:01:15 +01:00

14 lines
196 B
C

#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