穷者思变masc2008.blog.chinaunix.net
masc2008
全部博文(173)
deeplearn(1)
单片机(3)
misc(16)
app(5)
driver(8)
kernel(11)
boot(11)
2016年(6)
2015年(10)
2014年(14)
2013年(8)
2012年(36)
2011年(63)
2010年(19)
2009年(17)
ashinm
小尾巴鱼
qunlee
dongges
xgr180
simiaoxi
聆音听墨
牧童骑黄
Renwen05
xie_mini
mayun
Surpluse
ncwuer
shallow
chaohona
ai义爻之
cynthia
Bsolar
发布时间:2016-04-21 09:56:19
1.FIELD_SIZEOF获取成员大小 FIELD_SIZEOF用来获取成员大小。它需要两个参数,第一个指定结构体的类型,第二个则指明成员的名字。include/linux/kernel.h#define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f))它通过对0指针灵活运用,是对sizeof的一种变相扩展。.........【阅读全文】
masc20082009-01-07 09:35
blog is on...
登录 注册