码迷,mamicode.com
首页 > 编程语言 > 详细

C语言一个语句判断大小端

时间:2017-07-05 16:37:59      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:lan   char   ret   org   一个   3.3   color   gcc   语句   

1 int isLittleEndian(void)
2 {
3     return *(char *)(int []){1} == 1;
4 }

 

关于Compound Literals,https://gcc.gnu.org/onlinedocs/gcc-3.3.1/gcc/Compound-Literals.html

C语言一个语句判断大小端

标签:lan   char   ret   org   一个   3.3   color   gcc   语句   

原文地址:http://www.cnblogs.com/albumcover/p/7121917.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!