View Single Post
Old 01-10-2018, 06:02 AM   #38
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,685
Default

Quote:
Originally Posted by fundorin View Post
Not true.
You wrote:

printf("%s", hex2str(pos)); // 0B

This shows that at this point in the program the value in pos is 11 (aka 0B hex).

I can't comment on how that value has been assigned to pos.

-Michael
mschnell is online now   Reply With Quote