libfixmath/tests/tests_basic.h

11 lines
166 B
C
Raw Permalink Normal View History

2021-04-29 08:40:06 +02:00
#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