#ifndef LIBABACUS_DEBUG_H #define LIBABACUS_DEBUG_H #include "tree.h" void libab_debug_print_tree(libab_tree* print); #endif