aboutsummaryrefslogtreecommitdiff
path: root/test/075_set_eo
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/075_set_eo
parent52c21640508c3fc668107778ae027ff4428ebd89 (diff)
downloadnissy-core-ea0387796a349c91032fbcb10f50c6ad8607b0f6.tar.gz
nissy-core-ea0387796a349c91032fbcb10f50c6ad8607b0f6.zip
All coordinates unsigned
Diffstat (limited to 'test/075_set_eo')
-rw-r--r--test/075_set_eo/set_eo_tests.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/075_set_eo/set_eo_tests.c b/test/075_set_eo/set_eo_tests.c
index ef2156d..a0ad3fe 100644
--- a/test/075_set_eo/set_eo_tests.c
+++ b/test/075_set_eo/set_eo_tests.c
@@ -1,14 +1,14 @@
1#include "../test.h" 1#include "../test.h"
2 2
3int64_t coord_eo(cube_t); 3uint64_t coord_eo(cube_t);
4void set_eo(cube_t *, int64_t); 4void set_eo(cube_t *, uint64_t);
5void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); 5void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]);
6 6
7void run(void) { 7void run(void) {
8 char str[STRLENMAX]; 8 char str[STRLENMAX];
9 oriented_cube_t cube; 9 oriented_cube_t cube;
10 uint8_t edge[12], corner[8]; 10 uint8_t edge[12], corner[8];
11 int64_t eo; 11 uint64_t eo;
12 12
13 fgets(str, STRLENMAX, stdin); 13 fgets(str, STRLENMAX, stdin);
14 cube = readcube(str); 14 cube = readcube(str);

Generated with cgit - Back to sebastiano.tronto.net