Xref: utzoo alt.sources:952 alt.sources.d:74 Path: utzoo!hoptoad!amdcad!amdahl!oliveb!bbn!ginosko!uunet!mstan!jordan From: jordan@Morgan.COM (Jordan Hayes) Newsgroups: alt.sources,alt.sources.d Subject: Re: Blank trimmer Summary: GACK! Message-ID: <358@s1.Morgan.COM> Date: 30 Aug 89 15:23:19 GMT References: <14602@bfmny0.UUCP> Reply-To: jordan@Morgan.COM (Jordan Hayes) Followup-To: alt.sources.d Organization: Morgan Stanley and Co., NY, NY Lines: 16 Tom Neff writes: This is one of those nasty hacks purists get on your case for because you can do it all with sed(1). However I have a specialized application where I use real long lines ... >Xmain() >X{ >X char s[65536]; /* whatever */ >X >X while (gets(s) != NULL) No, this is one of those nasty hacks purists get on your case about because you use gets() instead of fgets() ... /jordan