2015年10月15日星期四

small or big endian

int i = 1;
char* p = (char *) &i;
if (p) {
// smallEdian
} else {
// bigEndian
}

没有评论:

发表评论