xtest/examples/source.h

14 lines
194 B
C
Raw Normal View History

2022-01-02 15:00:54 +01:00
#ifndef XTEST_SOURCE_H
#define XTEST_SOURCE_H
int ret_1();
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