Subject: Re: Type coersion long->int ?
To: None <erh@netbsd.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 02/03/2000 08:15:24
> 	makes sense.  so why the int argument, instead of char?  Does that make
> a difference in speed?  historical reasons?

getc/fgetc return an int, so that EOF is distinguishable from other
values it may return..