标签: c static initialization
我看到了一段代码
static struct { u32 xxx; struct { u32 xxx; u32 xxx; u32 xxx; } xxx[xxx+1]; } xxx = {0};
这是否意味着我们将所有字段初始化为0?