At 5:01 PM +0100 11/25/02, Leopold Toetsch wrote:
Dan Sugalski wrote:

  $1 = (INTVAL)((char)($1));

The INTVAL could be a "long long".

That one needs a sizeof(char) check. chars are *not* 8 bits everywhere.

AFAIK are chars 8 bits by defintion, i.e. C standard. The machine representation of a char might be different though.
Alas not. That'd be too easy. :(
--
                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to