aboutsummaryrefslogtreecommitdiff
path: root/test/024_io_LST_read
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-17 17:39:06 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-17 17:39:30 +0200
commite986713657bc5f9880e91ed49dd9b0d0227f048d (patch)
tree908d371e60546795c4ca1f9a3b67571b964203c5 /test/024_io_LST_read
parent02ce9adf6a9168ec66c322ce9e5a5cb9fe1e60a5 (diff)
downloadnissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.tar.gz
nissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.zip
Use callback function to log to stderr
Diffstat (limited to 'test/024_io_LST_read')
-rw-r--r--test/024_io_LST_read/io_LST_read_tests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/024_io_LST_read/io_LST_read_tests.c b/test/024_io_LST_read/io_LST_read_tests.c
index 506a23d..fa80131 100644
--- a/test/024_io_LST_read/io_LST_read_tests.c
+++ b/test/024_io_LST_read/io_LST_read_tests.c
@@ -1,6 +1,6 @@
1#include "../test.h" 1#include "../test.h"
2 2
3int main(void) { 3void run(void) {
4 char str[STRLENMAX], *aux; 4 char str[STRLENMAX], *aux;
5 cube_t cube; 5 cube_t cube;
6 6
@@ -19,6 +19,4 @@ int main(void) {
19 writecube("H48", cube, str); 19 writecube("H48", cube, str);
20 printf("%s\n", str); 20 printf("%s\n", str);
21 } 21 }
22
23 return 0;
24} 22}

Generated with cgit - Back to sebastiano.tronto.net