diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-11 17:01:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-11 17:01:49 +0200 |
| commit | e6ff0ce6926fa921a13055c9c35d8e60b691e776 (patch) | |
| tree | 4af98713a2b43cbd229ca081d2dac877c8c36880 /src/nissy.h | |
| parent | dd6078288b5d7af4a4c0cdd1377a2976af569c9a (diff) | |
| download | nissy-core-e6ff0ce6926fa921a13055c9c35d8e60b691e776.tar.gz nissy-core-e6ff0ce6926fa921a13055c9c35d8e60b691e776.zip | |
Finished table refactor
Diffstat (limited to 'src/nissy.h')
| -rw-r--r-- | src/nissy.h | 6 |
1 files changed, 6 insertions, 0 deletions
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( | |||
| 86 | void *generated_data | 86 | void *generated_data |
| 87 | ); | 87 | ); |
| 88 | 88 | ||
| 89 | /* Print information on a data table via the provided callback writer */ | ||
| 90 | int64_t nissy_datainfo( | ||
| 91 | const void *table, | ||
| 92 | void (*write)(const char *, ...) | ||
| 93 | ); | ||
| 94 | |||
| 89 | /* Returns the number of solutions found, or -1 in case of error */ | 95 | /* Returns the number of solutions found, or -1 in case of error */ |
| 90 | int64_t nissy_solve( | 96 | int64_t nissy_solve( |
| 91 | const char cube[static 22], | 97 | const char cube[static 22], |
