diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-28 20:57:04 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-28 20:57:04 +0100 |
| commit | 0f23987edbbabdf88fbe175f695b4fdb727586fd (patch) | |
| tree | 00e523aa0b714698768e62070e7bda09f2bdad3b /test/test.h | |
| parent | 50fedbdbf98bcf01bcd95259ac5a93ae108b3c68 (diff) | |
| download | nissy-core-0f23987edbbabdf88fbe175f695b4fdb727586fd.tar.gz nissy-core-0f23987edbbabdf88fbe175f695b4fdb727586fd.zip | |
DR coordinate solver
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h index e753977..615402b 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -26,7 +26,7 @@ bool isconsistent(cube_t); | |||
| 26 | bool issolvable(cube_t); | 26 | bool issolvable(cube_t); |
| 27 | bool issolved(cube_t); | 27 | bool issolved(cube_t); |
| 28 | cube_t readcube(char *, char *); | 28 | cube_t readcube(char *, char *); |
| 29 | int64_t writecube(char *, cube_t, size_t n, char [n]); | 29 | int64_t writecube(const char *, cube_t, size_t n, char [n]); |
| 30 | 30 | ||
| 31 | /* Test function to be implemented by all tests */ | 31 | /* Test function to be implemented by all tests */ |
| 32 | void run(void); | 32 | void run(void); |
