diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 22:03:17 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 22:03:17 +0100 |
| commit | 2c8ad86805516211103df1ef7552d882f54748c3 (patch) | |
| tree | fd3b1927a94c8aea02e6090cb9b441997fd7206d /test/023_io_LST_write | |
| parent | bb5abea645a31832e9d6a94cea09714a9b1632e3 (diff) | |
| download | nissy-core-2c8ad86805516211103df1ef7552d882f54748c3.tar.gz nissy-core-2c8ad86805516211103df1ef7552d882f54748c3.zip | |
Removed src cube type, kept only H48 and LST (for now)
Diffstat (limited to 'test/023_io_LST_write')
| -rw-r--r-- | test/023_io_LST_write/io_LST_tests.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ | |||
| 1 | #include "../test.h" | 1 | #include "../test.h" |
| 2 | 2 | ||
| 3 | #define STRLENMAX 10000 | ||
| 4 | |||
| 5 | bool iserror(cube_t); | ||
| 6 | bool issolvable(cube_t); | ||
| 7 | cube_t readcube(char *, char *); | ||
| 8 | void writecube(char *, cube_t, char *); | ||
| 9 | |||
| 10 | int main(void) { | 3 | int main(void) { |
| 11 | char str[STRLENMAX], *aux; | 4 | char str[STRLENMAX], *aux; |
| 12 | cube_t cube; | 5 | cube_t cube; |
