Fork me on GitHub
摘要: typedef struct AA { int b1:5; int b2:2; }AA; void main() { AA aa; char cc[100]; strcpy(cc,"0123456789abcdefghijklmnopqrstuvwxyz"); memcpy(&aa,cc,sizeo 阅读全文
posted @ 2021-12-31 14:16 天街小雨润地狠 阅读(213) 评论(0) 推荐(0) 编辑