Added options (display, tree type...)
This commit is contained in:
4
lceb.h
4
lceb.h
@@ -84,7 +84,7 @@ extern int n_trees();
|
||||
/* stack.c */
|
||||
extern void print_stack(STACK *stack, int details);
|
||||
extern void print_stacks();
|
||||
extern int keep_stack(STACK *stack);
|
||||
//extern int keep_stack(STACK *stack);
|
||||
//extern STACK *new_stack(int size, char *name, int keep);
|
||||
extern STACK *new_stack(int size, char *name, int keep);
|
||||
extern int *push_stack(STACK *stack, int val);
|
||||
@@ -92,7 +92,7 @@ extern int *pop_stack(STACK *stack);
|
||||
extern STACK *dup_stack(STACK *stack, char *name);
|
||||
extern void swap_stack(int *elts, int i, int j);
|
||||
extern int permute_stack(int *array, int n);
|
||||
extern int gen_stacks(STACK *stack);
|
||||
extern void gen_stacks(STACK *stack);
|
||||
extern void mergesort_stack(int *array, int left, int right);
|
||||
extern STACK *nth_stack(int n);
|
||||
extern int n_stacks();
|
||||
|
Reference in New Issue
Block a user