- 博客(2)
- 资源 (6)
- 收藏
- 关注
原创 macro function sample
#include "stdlib.h" #include "stdio.h" #define MACRO_FUN(a) \ ({ \ printf("a=%x\n",a); \ }) int main() { MACRO_FUN(15); return 0; } the output: a=f
2013-02-25 11:57:23
436
原创 Login as Root in Ubuntu 12.04
Want to enable root logon in Ubuntu 12.04? Well, even though it’s not recommended, it’s still possible to login with the root or administrator account, and this brief tutorial is going to show you how
2013-01-30 20:04:20
667
openssl-0.9.6h.tar.gz
2013-01-31
kannel源代码
2013-01-31
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人