home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!destroyer!news.iastate.edu!class1.iastate.edu!adesai
- From: adesai@iastate.edu (Alpaa Desai)
- Subject: unbuffered getchar().
- Message-ID: <adesai.724348776@class1.iastate.edu>
- Sender: news@news.iastate.edu (USENET News System)
- Organization: Iowa State University, Ames IA
- Date: Mon, 14 Dec 1992 15:59:36 GMT
- Lines: 6
-
- A while ago some one had asked if there was a way to get unbuffered getchar().
- I saw a couple of solutions for it which were I thought a bit complicated.
- Anyway, I found a simple one in Kernighan and Ritchie (second edition) page171.
- They have given the entire function getchar().
-
-
-