Add function to print to file.
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#define LIBABACUS_DEBUG_H
|
||||
|
||||
#include "tree.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void libab_debug_fprint_tree(libab_tree* print, FILE* file);
|
||||
void libab_debug_print_tree(libab_tree* print);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user