会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
道友请留步W
首页
联系
订阅
管理
2021年6月27日
C语言判断机器大小端
摘要: #include <stdio.h> // big_ending: 1 // little_ending: 2 int IsLittleEnding() { union { short value; char array[2]; } u; u.value = 0x0102; if (u.array[
阅读全文
posted @ 2021-06-27 23:19 道友请留步W
阅读(95)
评论(0)
推荐(0)
编辑
公告