http://codepad.org/N1zJ8AiZ만약 Shorts가 0xf1f0, 0xf3f2, .. 이런식으로 간다면 리틀0xf0f1, 0xf2f3, .. 이런식으로 차례대로 간다면 빅 엔디안 방식.그냥 그렇다고요..으잌ㅋㅋㅋㅋㅋ 수정했스니다
large endian, little endian
endian은 뭥미
ten little endian boys
Small Endian 이라니 풉 (2)
ㄴㅋㅋㅋㅋㅋ
ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 수정완료
너무 복잡하다.
http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Network_Programing/Documents/endian#AEN57
ㄴ으앗 윤쿰형 위키에 있엇구나...
int n = 1; char *ptr = (char*)&n; ((*ptr) == 1) ? puts(\"little endian\") : puts(\"big endian\");