使用define定義命名空間

使用define定義命名空間 #include <stdio.h> #define MSG(sym) msg_ ## sym //提供命名空間 struct MSG(BoardConfiguration){ int num; const char *name; }; struct MSG(HostConfiguration){ int num; const
相關文章
相關標籤/搜索