aboutsummaryrefslogtreecommitdiff
path: root/test/078_invcoord_esep
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/078_invcoord_esep
parent02ce9adf6a9168ec66c322ce9e5a5cb9fe1e60a5 (diff)
downloadnissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.tar.gz
nissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.zip
Use callback function to log to stderr
Diffstat (limited to 'test/078_invcoord_esep')
-rw-r--r--test/078_invcoord_esep/invcoord_esep_tests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/078_invcoord_esep/invcoord_esep_tests.c b/test/078_invcoord_esep/invcoord_esep_tests.c
index 0b83175..45f508b 100644
--- a/test/078_invcoord_esep/invcoord_esep_tests.c
+++ b/test/078_invcoord_esep/invcoord_esep_tests.c
@@ -3,7 +3,7 @@
3int64_t coord_esep(cube_t); 3int64_t coord_esep(cube_t);
4cube_t invcoord_esep(int64_t); 4cube_t invcoord_esep(int64_t);
5 5
6int main(void) { 6void run(void) {
7 char str[STRLENMAX]; 7 char str[STRLENMAX];
8 cube_t cube; 8 cube_t cube;
9 int64_t i; 9 int64_t i;
@@ -16,6 +16,4 @@ int main(void) {
16 i = coord_esep(cube); 16 i = coord_esep(cube);
17 17
18 printf("%" PRId64 "\n", i); 18 printf("%" PRId64 "\n", i);
19
20 return 0;
21} 19}

Generated with cgit - Back to sebastiano.tronto.net