写一个函数判断存储空间是大端还是小端

判断存储空间是大端还是小端

<span style="font-size:14px;color:#ff0000;">#include<stdio.h>
//int chese(int num)
//{
// char *p=(char *)#
// while(*p==1)
// {
// return 1;
// }
// return 0;
//}
//
//int main()
//{
// int num=1;int ret=0;
// ret=chese(num);
// if(ret==1)
// {
// printf("little\n");//小端
// }
// else
//printf("big\n");//大端
// system("pause");
//return 0;
//}
</span>


你可能感兴趣的:(函数,存储,大小端)