On Sun, Jun 03, 2001 at 02:08:40AM +0100, [EMAIL PROTECTED] wrote: > Only when char is not a two byte char. > > Do not assume char to be 1 byte ;), for instance, in our friendly oriental chars >users' case. char is defined to be 1 byte.
- sizeof(char) == 1 may yeald false rms
- Re: sizeof(char) == 1 may yeald false Mike Nordell
- Re: sizeof(char) == 1 may yeald false Aaron Lehmann
- Re: sizeof(char) == 1 may yeald false Andrew Dunbar
