会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
October1st
博客园
首页
新随笔
联系
管理
订阅
2010年3月14日
Endianess
摘要: 如何在程序中检测本系统的Endianess?可调用下面的函数来快速验证,如果返回值为1,则为Little Endian;为0则是Big Endian:int testendian() {int x = 1;return *((char *)&x);}
阅读全文
posted @ 2010-03-14 21:46 octoberfirst
阅读(331)
评论(0)
推荐(0)
编辑
公告