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 16:37:58
In message <l03102801b4bf99a17eb3@[192.168.1.4]>, Hauke Fath writes:
>There is a (lcc based, IIRC) cross-development SDK for the Z80 based
>GameBoy that for performance reasons uses eight bit "wide" ints.

Well, it's not C.  INT_MAX is no less than 32,767.  ;-)  It's just a lot
*like* C.

And I bet they don't care what fputc does.

-s