We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093ca82 commit c2506eeCopy full SHA for c2506ee
.gitignore
@@ -1,5 +1,4 @@
1
*.out
2
3
// github.com/hruthik0x/bintree - used for debugging
4
-bintree.h
5
bintree files
utility.c
@@ -5,7 +5,6 @@
/* Local function prototypes */
6
/***********************************************/
7
8
-
9
bNode* CreatebNode(int data)
10
{
11
bNode *newbNode = (bNode*)malloc(sizeof(bNode));
0 commit comments