摘要:
GNU c与标准c的区别 1) 零长度数组 struct var_data { int len; char data[0]; }test; int a; test.data -->a 2)case语句 case 1: case 2: case 3: xxx; break;GNU C case 1 . 阅读全文
posted @ 2019-02-23 10:40
lydstory
阅读(117)
评论(0)
推荐(0)