Skip to content

Commit c2506ee

Browse files
committed
removed bintree as it is renamed to disptree
1 parent 093ca82 commit c2506ee

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*.out
22

33
// github.com/hruthik0x/bintree - used for debugging
4-
bintree.h
54
bintree files

utility.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/* Local function prototypes */
66
/***********************************************/
77

8-
98
bNode* CreatebNode(int data)
109
{
1110
bNode *newbNode = (bNode*)malloc(sizeof(bNode));

0 commit comments

Comments
 (0)