会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jeremy 學習筆記
把一些東西記錄下來,免得自己忘記了
博客园
首页
新随笔
联系
订阅
管理
09 2016 档案
[C] how to use Union ?
摘要:// <![CDATA[ #include <stdio.h> #include <stdlib.h> typedef union data { unsigned long vi; double vd; } data; void main() { data a; a.vd = 22.0; print
阅读全文
posted @
2016-09-27 23:32
jeremyatchina
阅读(144)
评论(0)
推荐(0)
void die(const char *msg)
摘要:void die(const char *msg) { perror(msg); exit(errno); }
阅读全文
posted @
2016-09-27 19:06
jeremyatchina
阅读(359)
评论(0)
推荐(0)
[C] Re-execute itself from elf file.
摘要:Re-execute itself from elf file.
阅读全文
posted @
2016-09-27 18:40
jeremyatchina
阅读(253)
评论(0)
推荐(0)
公告