Marin Ramesa, le Mon 09 Dec 2013 23:57:24 +0100, a écrit :
> I don't understand why nr is a pointer to unsigned char.

Because of this:

>       c = *nr;

We want c to really be a value between 0 and 255, not between -128 and
127.

Samuel

Reply via email to