Add comments to the debug header.
This commit is contained in:
parent
08513a2315
commit
127a59ba50
|
@ -4,7 +4,16 @@
|
|||
#include "tree.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
||||
* Prints the given tree to the given file.
|
||||
* @param print the tree to print.
|
||||
* @param file the file to print to.
|
||||
*/
|
||||
void libab_debug_fprint_tree(libab_tree* print, FILE* file);
|
||||
/**
|
||||
* Prints the given tree to the standard output.
|
||||
* @param print the tree to print.
|
||||
*/
|
||||
void libab_debug_print_tree(libab_tree* print);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user