Vielen Dank an alle, aber da hätte ich noch einen
:
Delphi-Quellcode:
treeptr Rootptr()
{
/* initialize the root of the tree */
treeptr t = (treeptr)malloc(sizeof(*t));
t->key = -1;
t->op = '?';
t->left = NULL;
t->right = NULL;
return t;
}
Lauter Böhmische-Döfer...
Lieben Dank
Jazzman