#include #include typedef struct BTnode char data; struct BTnode *lchild,*rchild; }BTNode;#define NodeLen sizeof(BTNode)BTNODE *Creat_Bt(void);
一百怎么写,我靠