CodePudding user response:
Uchar values range is 0 to 255, uchar c=0 x9f must cross a line, you can use the int or char c=0 x9fCodePudding user response:
Typedef ucharConvenience typedef for unsigned char.
Uchar values range is 0 to 255. 0 x9f value is 159, is a normal value.
If the 0 x120 measures how the value of the assignment of uchar variable will only be a problem.