diff --git a/src/division.h b/src/division.h new file mode 100644 index 0000000..89c53e8 --- /dev/null +++ b/src/division.h @@ -0,0 +1,8 @@ +// +// Created by Justin Trausch on 06.02.2024. +// + +#ifndef LINKES_TWIX_DIVISION_H +#define LINKES_TWIX_DIVISION_H + +#endif //LINKES_TWIX_DIVISION_H diff --git a/src/divsion.c b/src/divsion.c new file mode 100644 index 0000000..e69de29 diff --git a/test/test_division.c b/test/test_division.c new file mode 100644 index 0000000..253540e --- /dev/null +++ b/test/test_division.c @@ -0,0 +1,16 @@ +#ifdef TEST + +#include "unity.h" + +#include "exponent.h" +#include "logarithmus.h" + +void setUp(void) +{ +} + +void tearDown(void) +{ +} + +#endif // TEST \ No newline at end of file