Reorganise utility functions

This commit is contained in:
Dimitri Lozeve 2020-06-11 19:25:56 +02:00
parent f59603e812
commit 3f074d2bf9
18 changed files with 222 additions and 192 deletions

View file

@ -1,6 +1,8 @@
#define MUNIT_ENABLE_ASSERT_ALIASES
#include "distance.h"
#include "frequency.h"
#include "io.h"
#include "munit.h"
#include "utils.h"
#include <math.h>
#include <stdlib.h>