知识就是希望
#include <stdio.h>#include <stdlib.h>int main(){ char ch = 'a'; int tmp =(int)ch; if( ch == *(char*)&tmp) printf("little end"); else printf("big end");}
posted on 2017-12-11 13:18 lydstory 阅读(76) 评论(0) 编辑 收藏 举报