Data Structures UFC
1.0.0
Essential Data Structures for C language
Main Page
Data Structures
Files
File List
Globals
src
tree
ascii-tree
ascii-tree.h
Go to the documentation of this file.
1
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
30
void
print_ascii_tree
(
BinaryTree
*t);
31
32
#endif
BinaryNode
Definition:
binary-tree.h:23
binary-tree.h
print_ascii_tree
void print_ascii_tree(BinaryTree *t)
Generated by
1.8.11