aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h2
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);
25bool issolvable(cube_t); 25bool issolvable(cube_t);
26bool issolved(cube_t); 26bool issolved(cube_t);
27cube_t readcube(char *, char *); 27cube_t readcube(char *, char *);
28int64_t writecube(char *, cube_t, uint64_t, char *); 28int64_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 */
31void run(void); 31void run(void);

Generated with cgit - Back to sebastiano.tronto.net