判断字节序的函数

原文

 

int big_endian() 
{
    int i = 1;
    return 0 == *((char*)&i); 
} 

 

posted @ 2017-08-11 16:06  嘿.嘿.嘿  阅读(259)  评论(0编辑  收藏  举报