摘要: #include<stdbool.h> #include<stdio.h> #include<stdint.h> typedef struct tagTest { float f1; float f2; bool b3; }TEST_T; void test(TEST_T* p) { p->f1 = 阅读全文
posted @ 2025-07-21 17:29 快雪 阅读(12) 评论(0) 推荐(0)