From 2c8ad86805516211103df1ef7552d882f54748c3 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 19 Nov 2023 22:03:17 +0100 Subject: Removed src cube type, kept only H48 and LST (for now) --- test/023_io_LST_write/io_LST_tests.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/023_io_LST_write') diff --git a/test/023_io_LST_write/io_LST_tests.c b/test/023_io_LST_write/io_LST_tests.c index 45cc203..df35632 100644 --- a/test/023_io_LST_write/io_LST_tests.c +++ b/test/023_io_LST_write/io_LST_tests.c @@ -1,12 +1,5 @@ #include "../test.h" -#define STRLENMAX 10000 - -bool iserror(cube_t); -bool issolvable(cube_t); -cube_t readcube(char *, char *); -void writecube(char *, cube_t, char *); - int main(void) { char str[STRLENMAX], *aux; cube_t cube; -- cgit v1.3