diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-02-27 18:33:31 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-02-27 18:33:31 +0100 |
| commit | 98b8339bceb833eb2419bc349547cb8342e4be1a (patch) | |
| tree | ed8ee56446b874500f733b60985c6fcf645f829d /src/alg.h | |
| parent | 9afb1a31f456b82f87539569055a76d23d0490b4 (diff) | |
| download | nissy-classic-98b8339bceb833eb2419bc349547cb8342e4be1a.tar.gz nissy-classic-98b8339bceb833eb2419bc349547cb8342e4be1a.zip | |
Print solutions to stderr when using -v
Diffstat (limited to '')
| -rw-r--r-- | src/alg.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -32,8 +32,8 @@ void moveset_to_list(Moveset ms, Move *lst); | |||
| 32 | Alg * new_alg(char *str); | 32 | Alg * new_alg(char *str); |
| 33 | AlgList * new_alglist(void); | 33 | AlgList * new_alglist(void); |
| 34 | Alg * on_inverse(Alg *alg); | 34 | Alg * on_inverse(Alg *alg); |
| 35 | void print_alg(Alg *alg, bool l); | 35 | void print_alg(FILE *out, Alg *alg, bool l); |
| 36 | void print_alglist(AlgList *al, bool l); | 36 | void print_alglist(FILE *out, AlgList *al, bool l); |
| 37 | void sort_alglist(AlgList *al); | 37 | void sort_alglist(AlgList *al); |
| 38 | void swapmove(Move *m1, Move *m2); | 38 | void swapmove(Move *m1, Move *m2); |
| 39 | Alg * unniss(Alg *alg); | 39 | Alg * unniss(Alg *alg); |
