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();