gliethttpgliethttp.blog.chinaunix.net
gliethttp
全部博文(2005)
2014年(2)
2013年(2)
2012年(16)
2011年(66)
2010年(368)
2009年(743)
2008年(491)
2007年(317)
linux_zj
程睿
mzh2100
dogsun88
叶绍琛
kowems
gongping
chumojin
高泽然
xy7777
os123456
hiderhao
zahassio
byy6by
zxy11861
COVID_19
a1960048
swzswz
分类: LINUX
2008-10-24 14:48:43
#include <stdio.h> #include <string.h> #define LMAP_ENTRIES 100 struct lmap { const char *name; void *data; }; struct luther_gliethttp { struct lmap lmap[LMAP_ENTRIES]; const char *name; }; static struct luther_gliethttp luther = { .lmap = { [0 ... LMAP_ENTRIES-1] = { "gliethttp", NULL } }, .name = "luther", }; int main(int argc, char *argv[]) { int i; for (i = 0; i < LMAP_ENTRIES; i++) { printf("luther.lmap[%d].name = %s\n", i, luther.lmap[i].name); } printf("%p\n", ((unsigned int)(0x01 << ((sizeof(int) * 8) - 1)) - 1)); }
上一篇:浅析class是如何优先成为dev->parent->kobj父kobj的
下一篇:浅析dev目录下设备文件mknod节点gid,uid和mode的如何方便设置
登录 注册