SIGINT handler, for partial result.

This commit is contained in:
2021-01-23 15:26:00 +01:00
parent 0931d679fa
commit 5025303e18
3 changed files with 20 additions and 1 deletions

1
lceb.h
View File

@@ -105,6 +105,7 @@ extern char *nth_comb(int n);
extern int eval_node(NODE *node, int depth, int *pvals, char *pops, int *ncalcs);
/* best.c */
extern int stopped();
extern void set_target (int n);
extern int check_best(int res, int nops, NODE *node, int *values, char *ops);
extern void print_best(NODE *node, int *values, char *pops, int depth);