Subject: Re: Type coersion long->int ?
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 02/03/2000 13:30:07
In message <200002031502.KAA21783@Twig.Rodents.Montreal.QC.CA>, der Mouse write
s:
>I don't know what's done by implementations where int and char are the
>same size.  seebs? :)

On those implementations, you have to be very, very, clever.  In general, it's
sufficiently difficult that I'm not aware of any live hosted implementations
which do this.  (Freestanding implementations tend to throw stdio out
entirely, and in any event are welcome to implement it in surprising ways.)

-s