프로그램 사용/gcc
gcc unsigned to signed cast
구차니
2021. 6. 22. 19:15
예전에는 문제없이 unsigned char에 대한 int 형으로의 캐스팅이 문제없이 되었던 것 같은데 안되서
C99나 C11의 영향인지 조금 더 찾아보는 중.
[링크 : https://gcc.gnu.org/onlinedocs/gcc/Characters-implementation.html#Characters-implementationl]
[링크 : https://gcc.gnu.org/onlinedocs/gcc/Integers-implementation.html]
[링크 : https://gcc.gnu.org/wiki/NewWconversion]