char temp[4] = { 생략 }

int * a = (int *)&temp

요런식으로 했는데 비트 연산 따로해주는게 더 빠름?

- dc official App