From 3568412f8f230774d0d11d7ed1c897424f95d3ef Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 11 Nov 2021 21:37:34 +0100 Subject: Rewritten from scratch. Welocme nissy 2.0! --- src/io.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/io.h (limited to 'src/io.h') 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 @@ -#include - -char *edge_string(int edge); -char *corner_string(int edge); -char *move_string(int move); - -void print_cube_scram(int *scram); - -void copy_moves(int *src, int *dst); -void append_moves(int *src, int *dst); - -int read_moves(char *str, int *a); -int read_moves_from_prompt(int *a); -int read_moves_from_tok(int n, char tok[][100], int *a); - -int uses_niss(int *str); -int unniss(int *src, int *dst); -int invert(int *src, int *dst); -int len(int *scram); - -void print_moves(int move_list[]); -- cgit v1.3