[comp.lang.c] info-c digest v2n085

reg@lti.UUCP (Rick Genter x18) (08/12/88)

Scott Wilson quotes the "Lightspeed 3.0 Standard Libraries Reference:
 
>       getchar() gets the next character from stdin.  The character
>       is not echoed to stdout.

and asks if this is fixed in ANSI C.  I haven't seen the most recent
incarnation of the dpANS, but I certainly hope it doesn't address 
echoing.  That is an operating system function; it has nothing to do
with the buffered I/O library.
                                        - reg