Source
#include <stdio.h>
int main()
{
int i = 0x00000001;
if( ((char *)&i)[0])
printf ("Little Endian\n");
else
printf ("Big Endian\n");
return 0;
}
Reference site
http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Network_Programing/Documents/endian#AEN57
http://www.jopenbusiness.com/mediawiki/index.php/Unix_to_Linux_Migration
position-independent 과 relocatable의 차이 (0) | 2011.09.09 |
---|---|
[Linux] 리눅스 명령어 (scp : 파일전송) (0) | 2011.09.07 |
[Linux] make의 -j 옵션에 대해서(소스 컴파일 속도 최적화) (0) | 2011.07.14 |
The standard sections of the man pages (0) | 2011.07.14 |
[커널함수] net_ratelimit() (0) | 2011.05.17 |