libfixmath/tests/tests_basic.h

11 lines
166 B
C

#ifndef TESTS_BASIC_H
#define TESTS_BASIC_H
int test_abs(void);
int test_add(void);
int test_mul(void);
int test_div(void);
int test_sub();
#endif // TESTS_BASIC_H