how to get struct form binary file?

前端 未结 0 1877
长发绾君心
长发绾君心 2021-02-04 06:24
#include.... 
        typedef struct node
        {
            unsigned key ; 
            int num;
            struct node *next;
        }node;
        node *head = N         


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