From e6ff0ce6926fa921a13055c9c35d8e60b691e776 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 11 Sep 2024 17:01:49 +0200 Subject: Finished table refactor --- src/nissy.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/nissy.h') diff --git a/src/nissy.h b/src/nissy.h index 346b99a..336130c 100644 --- a/src/nissy.h +++ b/src/nissy.h @@ -86,6 +86,12 @@ int64_t nissy_gendata( void *generated_data ); +/* Print information on a data table via the provided callback writer */ +int64_t nissy_datainfo( + const void *table, + void (*write)(const char *, ...) +); + /* Returns the number of solutions found, or -1 in case of error */ int64_t nissy_solve( const char cube[static 22], -- cgit v1.3