From cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 11:14:06 +0200 Subject: Updated tests and added fixed =A to B32 output --- test/test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index 97f229b..78a3fd9 100644 --- a/test/test.h +++ b/test/test.h @@ -25,8 +25,8 @@ bool iserror(cube_t); bool isconsistent(cube_t); bool issolvable(cube_t); bool issolved(cube_t); -cube_t readcube(char *, char *); -int64_t writecube(const char *, cube_t, size_t n, char [n]); +cube_t readcube(char *); +int64_t writecube(cube_t, size_t n, char [n]); /* Test function to be implemented by all tests */ void run(void); -- cgit v1.3