inline bool isLittleEndian() {

volatile unsigned short a = 1;

return *((char *)(&a)) == 0x01;

}


맞는거 같나여? 확인 어떠캐하져 캐캐캐ㅐ