From e92adf34e808b1c47cb2f1b42092ae806e5f4982 Mon Sep 17 00:00:00 2001 From: Gustav Louw Date: Wed, 11 Apr 2018 09:38:24 -0700 Subject: [PATCH] doc --- Tinn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Tinn.c b/Tinn.c index 544dceb..a65d5b0 100644 --- a/Tinn.c +++ b/Tinn.c @@ -197,6 +197,7 @@ void xtfree(const Tinn t) free(t.o); } +// Prints an array of floats. Useful for printing predictions. void xtprint(const float* arr, const int size) { for(int i = 0; i < size; i++)