diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-22 06:43:11 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-22 18:45:47 +0100 |
| commit | ce3f1cc0ef9f46d70ab5387b1458e9098b40711d (patch) | |
| tree | 4949745670b829f2211381bf14b8440dcc6ca7b1 /test/test.h | |
| parent | 0550a16c1cce868bbc3f3b5ad59f80e35cf2a6cd (diff) | |
| download | nissy-core-ce3f1cc0ef9f46d70ab5387b1458e9098b40711d.tar.gz nissy-core-ce3f1cc0ef9f46d70ab5387b1458e9098b40711d.zip | |
Some safety with move arrays, small refactor appendchar
Diffstat (limited to '')
| -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 4b281e0..3854520 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -25,7 +25,7 @@ bool isconsistent(cube_t); | |||
| 25 | bool issolvable(cube_t); | 25 | bool issolvable(cube_t); |
| 26 | bool issolved(cube_t); | 26 | bool issolved(cube_t); |
| 27 | cube_t readcube(char *, char *); | 27 | cube_t readcube(char *, char *); |
| 28 | int64_t writecube(char *, cube_t, uint64_t, char *); | 28 | int64_t writecube(char *, cube_t, size_t n, char [n]); |
| 29 | 29 | ||
| 30 | /* Test function to be implemented by all tests */ | 30 | /* Test function to be implemented by all tests */ |
| 31 | void run(void); | 31 | void run(void); |
