Path: utzoo!utgpu!attcan!uunet!mcvax!hp4nl!htsa!fransvo From: fransvo@htsa.uucp (Frans van Otten) Newsgroups: comp.lang.c Subject: Re: Always use braces Message-ID: <695@htsa.uucp> Date: 5 Jan 89 11:15:54 GMT References: <5@rsoft.UUCP> <1071@goofy.megatest.UUCP> <861@quintus.UUCP> <271@twwells.uucp> <11037@ulysses.homer.nj.att.com> <9235@smoke.BRL.MIL> <683@htsa.uucp> Reply-To: fransvo@htsa.UUCP (Frans van Otten) Organization: AHA-TMF (Technical Institute), Amsterdam Netherlands Lines: 61 David T. Sandberg ({amdahl,hpda}!bungia!nis!mictl!dts) mailed me about my posting (edited): << #include << << int f() << { int ch; << while ((ch = getchar()) != EOF && c) /* find EOF or '\0' */ << return (ch); << } < <