c语言宏定义之高级技巧参数设置封装(亲测好用)

typedef struct{int audio_volume;int tone_volume;int networkMode;}sys_params_t;static sys_params_t g_sys_params ={2,1,1}; int