Path: utzoo!attcan!uunet!husc6!think!ames!nrl-cmf!cmcl2!adm!smoke!gwyn From: gwyn@smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Echoing chars and input functions Message-ID: <8349@smoke.ARPA> Date: 17 Aug 88 20:12:07 GMT References: <8808160751.aa03016@SMOKE.BRL.MIL> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB)) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <8808160751.aa03016@SMOKE.BRL.MIL> dsill@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();