Loading

摘要: 定义 struct MY_TYPE { int first; double second; char* third; float four; }; 方法一:标准方式 (ANSI C89风格 Standard Initialization) struct MY_TYPE foo = {-10,3.14 阅读全文
posted @ 2022-02-09 17:52 dylanchu 阅读(1462) 评论(0) 推荐(0) 编辑