c语言数组赋值

int acct_parm[3] = {4, 2, 30};
#define RESUME (acct_parm[0])

原文地址:https://www.cnblogs.com/seasonsstory/p/3490886.html