【发布时间】:2012-12-08 17:28:09
【问题描述】:
可能重复:
What does dot (.) mean in a struct initializer?
What does [ N ... M ] mean in C aggregate initializers?
struct confd_data_cbs ssd_shdiag_callback = {
.callpoint = show_diag__callpointid_diag_cp,
.get_object = ssd_common_get_object,
.get_next = ssd_common_get_next,
};
.callback、.get_object、.get_next?
【问题讨论】: