Data Structures Lerax
1.0.0
Essential Data Structures for C language
Loading...
Searching...
No Matches
src
tree
ascii-tree
ascii-tree.h
Go to the documentation of this file.
1
12
13
14
#ifndef ASCII_H
15
#define ASCII_H
16
17
#ifndef DS_UFC_H
18
#include <stdio.h>
19
#include <stdlib.h>
20
#include <string.h>
21
#endif
22
#include "
tree/binary-tree.h
"
23
29
30
void
print_ascii_tree
(
BinaryTree
*t);
31
32
#endif
print_ascii_tree
void print_ascii_tree(BinaryTree *t)
binary-tree.h
BinaryTree
struct BinaryNode BinaryTree
Definition
binary-tree.h:29
Generated by
1.14.0