摘要: C中结构体定义如下 typedef struct srcobj { int line; int objline; char objtype[255]; char objname[255]; char data[7*1024 + 10];// 长度对齐 }pbsrc; //s 为 srcobj s[5 阅读全文
posted @ 2022-07-21 15:34 蒋佳威 阅读(49) 评论(0) 推荐(0)