奋斗heyangya.blog.chinaunix.net
heyangya
好好学习,天天向上
全部博文(19)
辉捺天韵
77jessie
等你的短
yuweixia
自语的骆
小雅贝贝
格伯纳
long4166
花好月不
xebecan
rdlkbr
yebeifen
wangyuan
bigwenwe
amxiaoma
分类: LINUX
2010-08-08 17:48:59
struct var_struct { int len; char data[0]; };
switch(n) { case 0...9 c=1;break; case 10...11 c=2;break; ... }
#define int_min(x,y) \ {int __x=(x);int __y=(y);__x<__y?__x:__y;}
int x; typeof(x) y;
#define dprint(fmt,arg...) \ printk(fmt,##arg)
int s[5]={[0 ... 3]=3,[4]=1};
struct x { int a; char b; }; struct x y= { .b='h', .a=10, };
#define ATTRI_NORETURN __attribute__((noreturn)) void exit() ATTRI_NORETURN { ... }
#define XXX do{free(p);p=NULL;}while(0)
上一篇:ubuntu嵌入式开发环境的搭建
下一篇:Linux的模块
登录 注册