From 0f81a5a70be20a82ee8495f050366a28d0be21c7 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 25 Dec 2021 20:29:22 +0100 Subject: Added the invert and unniss commands --- src/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index 938a0bd..7773827 100644 --- a/src/commands.h +++ b/src/commands.h @@ -4,7 +4,7 @@ #include "solve.h" #include "steps.h" -#define NCOMMANDS 10 +#define NCOMMANDS 20 void free_args(CommandArgs *args); CommandArgs * new_args(); -- cgit v1.3