Echoing chars and input functions

Doug Gwyn gwyn at smoke.ARPA
Thu Aug 18 06:12:07 AEST 1988


In article <8808160751.aa03016 at SMOKE.BRL.MIL> dsill at NSWC-OAS.ARPA (Dave Sill) writes:
>What, then, is the portable way to input a character from standard input,
>echoing the character to the screen when necessary?

We already answered that!  It's
	c = getchar();



More information about the Comp.lang.c mailing list