From ce3f1cc0ef9f46d70ab5387b1458e9098b40711d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 22 Mar 2025 06:43:11 +0100 Subject: Some safety with move arrays, small refactor appendchar --- test/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.h') 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); bool issolvable(cube_t); bool issolved(cube_t); cube_t readcube(char *, char *); -int64_t writecube(char *, cube_t, uint64_t, char *); +int64_t writecube(char *, cube_t, size_t n, char [n]); /* Test function to be implemented by all tests */ void run(void); -- cgit v1.3