From e986713657bc5f9880e91ed49dd9b0d0227f048d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 17 Jun 2024 17:39:06 +0200 Subject: Use callback function to log to stderr --- test/078_invcoord_esep/invcoord_esep_tests.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/078_invcoord_esep') 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 @@ int64_t coord_esep(cube_t); cube_t invcoord_esep(int64_t); -int main(void) { +void run(void) { char str[STRLENMAX]; cube_t cube; int64_t i; @@ -16,6 +16,4 @@ int main(void) { i = coord_esep(cube); printf("%" PRId64 "\n", i); - - return 0; } -- cgit v1.3