aboutsummaryrefslogtreecommitdiff
path: root/src/alg.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-02-27 18:33:31 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-02-27 18:33:31 +0100
commit98b8339bceb833eb2419bc349547cb8342e4be1a (patch)
treeed8ee56446b874500f733b60985c6fcf645f829d /src/alg.h
parent9afb1a31f456b82f87539569055a76d23d0490b4 (diff)
downloadnissy-classic-98b8339bceb833eb2419bc349547cb8342e4be1a.tar.gz
nissy-classic-98b8339bceb833eb2419bc349547cb8342e4be1a.zip
Print solutions to stderr when using -v
Diffstat (limited to 'src/alg.h')
-rw-r--r--src/alg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alg.h b/src/alg.h
index 7d11a7d..5eead22 100644
--- a/src/alg.h
+++ b/src/alg.h
@@ -32,8 +32,8 @@ void moveset_to_list(Moveset ms, Move *lst);
32Alg * new_alg(char *str); 32Alg * new_alg(char *str);
33AlgList * new_alglist(void); 33AlgList * new_alglist(void);
34Alg * on_inverse(Alg *alg); 34Alg * on_inverse(Alg *alg);
35void print_alg(Alg *alg, bool l); 35void print_alg(FILE *out, Alg *alg, bool l);
36void print_alglist(AlgList *al, bool l); 36void print_alglist(FILE *out, AlgList *al, bool l);
37void sort_alglist(AlgList *al); 37void sort_alglist(AlgList *al);
38void swapmove(Move *m1, Move *m2); 38void swapmove(Move *m1, Move *m2);
39Alg * unniss(Alg *alg); 39Alg * unniss(Alg *alg);

Generated with cgit - Back to sebastiano.tronto.net