aboutsummaryrefslogtreecommitdiff
path: root/src/io.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-11 21:37:34 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-11 21:37:34 +0100
commit3568412f8f230774d0d11d7ed1c897424f95d3ef (patch)
tree77223792d8c925a9b1fc32b3f4341e943b5f8209 /src/io.h
parent67e1b5e6e6a2c917a2fe58a37a1382c982b1e5c5 (diff)
downloadnissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.tar.gz
nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.zip
Rewritten from scratch. Welocme nissy 2.0!
Diffstat (limited to 'src/io.h')
-rw-r--r--src/io.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/io.h b/src/io.h
deleted file mode 100644
index f1b585d..0000000
--- a/src/io.h
+++ /dev/null
@@ -1,21 +0,0 @@
1#include <stdint.h>
2
3char *edge_string(int edge);
4char *corner_string(int edge);
5char *move_string(int move);
6
7void print_cube_scram(int *scram);
8
9void copy_moves(int *src, int *dst);
10void append_moves(int *src, int *dst);
11
12int read_moves(char *str, int *a);
13int read_moves_from_prompt(int *a);
14int read_moves_from_tok(int n, char tok[][100], int *a);
15
16int uses_niss(int *str);
17int unniss(int *src, int *dst);
18int invert(int *src, int *dst);
19int len(int *scram);
20
21void print_moves(int move_list[]);

Generated with cgit - Back to sebastiano.tronto.net