diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-05 18:05:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-05 18:10:28 +0200 |
| commit | 6f338b97a222dee630c9b13896cf443254667dfb (patch) | |
| tree | e05fae60a580d5a3eccaa31330db9a161ce932e9 /tools/nissy_extra.h | |
| parent | 3135b159bb08bc5bf3e39e0c3ab865935447cc16 (diff) | |
| download | nissy-core-6f338b97a222dee630c9b13896cf443254667dfb.tar.gz nissy-core-6f338b97a222dee630c9b13896cf443254667dfb.zip | |
Added distribution check to tool
Diffstat (limited to 'tools/nissy_extra.h')
| -rw-r--r-- | tools/nissy_extra.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
| 3 | for testing purposes only. | 3 | for testing purposes only. |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define STATIC static | ||
| 7 | #define LOG printf | ||
| 8 | |||
| 9 | #include "../src/solvers/tables.h" | ||
| 10 | |||
| 6 | size_t gendata_h48_derive(uint8_t, const void *, void *); | 11 | size_t gendata_h48_derive(uint8_t, const void *, void *); |
| 7 | int parse_h48_options(const char *, uint8_t *, uint8_t *, uint8_t *); | 12 | int parse_h48_options(const char *, uint8_t *, uint8_t *, uint8_t *); |
