memcmp(ptr1, ptr2, sizeof(ptr1));
함수에서 ptr1 > ptr2 => + ptr1 == ptr2 => 0 ptr1 < ptr2 => -
를 반환하는데 이 반환되는 정수는 랜덤하게 반환되는건가요?