aboutsummaryrefslogtreecommitdiff
path: root/test/023_io_LST_write
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-19 22:03:17 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-19 22:03:17 +0100
commit2c8ad86805516211103df1ef7552d882f54748c3 (patch)
treefd3b1927a94c8aea02e6090cb9b441997fd7206d /test/023_io_LST_write
parentbb5abea645a31832e9d6a94cea09714a9b1632e3 (diff)
downloadnissy-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.c7
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
5bool iserror(cube_t);
6bool issolvable(cube_t);
7cube_t readcube(char *, char *);
8void writecube(char *, cube_t, char *);
9
10int main(void) { 3int main(void) {
11 char str[STRLENMAX], *aux; 4 char str[STRLENMAX], *aux;
12 cube_t cube; 5 cube_t cube;

Generated with cgit - Back to sebastiano.tronto.net