Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!ncifcrf!lhc!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: getchar and EOF Message-ID: <15812@smoke.brl.mil> Date: 12 Apr 91 21:10:36 GMT References: <1991Apr4.215605.2801@syssoft.com> <1991Apr7.064003.8552@athena.mit.edu> <3727@inews.intel.com> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <3727@inews.intel.com> bhoughto@nevin.intel.com (Blair P. Houghton) writes: >But like I said before, anything much more complex than >7-bit ascii usually deserves more care than getchar(3). getchar() is often used to handle so-called "binary" data, and getc() even more so.