@ -0,0 +1,7 @@
#include <stdio.h>
#include <limits.h>
#include <stdbool.h>
#include "reihen.h"
#include "exponent.h"
#include "logarithmus.h"
@ -0,0 +1,6 @@
#ifndef REIHEN_H
#define REIHEN_H
#endif // reihen.h
@ -0,0 +1,17 @@
#ifdef TEST
#include "unity.h"
void setUp(void)
{
}
void tearDown(void)
#endif // TEST