Loading a file into a structure

后端 未结 0 903
死守一世寂寞
死守一世寂寞 2021-01-18 16:23

I have this as my basic code.

struct TABLE
{
    unsigned char a[2];
    unsigned char b[8];
    unsigned short c;
};

The best way I have of

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