aboutsummaryrefslogtreecommitdiff
path: root/test/091_getcube/getcube_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-07-29 12:12:43 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-07-29 12:12:43 +0200
commitea0387796a349c91032fbcb10f50c6ad8607b0f6 (patch)
treeaed484690d24c0c28c7695d4b5389f2e3c341b96 /test/091_getcube/getcube_tests.c
parent52c21640508c3fc668107778ae027ff4428ebd89 (diff)
downloadnissy-core-ea0387796a349c91032fbcb10f50c6ad8607b0f6.tar.gz
nissy-core-ea0387796a349c91032fbcb10f50c6ad8607b0f6.zip
All coordinates unsigned
Diffstat (limited to 'test/091_getcube/getcube_tests.c')
-rw-r--r--test/091_getcube/getcube_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/091_getcube/getcube_tests.c b/test/091_getcube/getcube_tests.c
index 07e621e..324cbeb 100644
--- a/test/091_getcube/getcube_tests.c
+++ b/test/091_getcube/getcube_tests.c
@@ -1,11 +1,11 @@
1#include "../test.h" 1#include "../test.h"
2 2
3cube_t getcube(int64_t, int64_t, int64_t, int64_t); 3cube_t getcube(uint64_t, uint64_t, uint64_t, uint64_t);
4 4
5void run(void) { 5void run(void) {
6 char str[STRLENMAX]; 6 char str[STRLENMAX];
7 oriented_cube_t cube; 7 oriented_cube_t cube;
8 int64_t ep, eo, cp, co; 8 uint64_t ep, eo, cp, co;
9 9
10 fgets(str, STRLENMAX, stdin); 10 fgets(str, STRLENMAX, stdin);
11 ep = atoll(str); 11 ep = atoll(str);

Generated with cgit - Back to sebastiano.tronto.net