How can I access the tree in my printpostroder function?

后端 未结 0 613
南方客
南方客 2021-01-03 07:27

This is my tree struct :

    typedef struct quad 
{
    struct quad *child[4];
    char *names;
} quad;

and I need to build it then print it

相关标签:
回答
  • 消灭零回复
提交回复
热议问题