Blank trimmer
Jordan Hayes
jordan at Morgan.COM
Thu Aug 31 01:23:19 AEST 1989
Tom Neff <tneff at bfmny0.UU.NET> 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
More information about the Alt.sources.d
mailing list