From 6f338b97a222dee630c9b13896cf443254667dfb Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 5 Oct 2024 18:05:47 +0200 Subject: Added distribution check to tool --- tools/nissy_extra.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/nissy_extra.h') diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h index 1e714a7..f9baf00 100644 --- a/tools/nissy_extra.h +++ b/tools/nissy_extra.h @@ -3,5 +3,10 @@ This header file exposes certain functions that are meant to be used for testing purposes only. */ +#define STATIC static +#define LOG printf + +#include "../src/solvers/tables.h" + size_t gendata_h48_derive(uint8_t, const void *, void *); int parse_h48_options(const char *, uint8_t *, uint8_t *, uint8_t *); -- cgit v1.3