@ -0,0 +1,4 @@
#include <stdio.h>
#include <limits.h>
#include "logarithmus.h"
#ifndef LOGARITHMUS_H_H
#define LOGARITHMUS_H
#endif // exponent.h
@ -0,0 +1,15 @@
#ifdef TEST
#include "unity.h"
void setUp(void)
{
}
void tearDown(void)
#endif // TEST