typedef stuct problem in C

后端 未结 2 1435
陌清茗
陌清茗 2021-01-29 11:16

I am facing a weird problem I have defined I a structure in a C header file:

typedef struct iRecActive{

    char iRecSID[32];
    unsigned char RecStatus;
             


        
2条回答
提交回复
热议问题