Test of possible ACSGATE on net

Karl Heuer karl at haddock.ima.isc.com
Tue Oct 17 13:17:31 AEST 1989


In article <16103 at nswitgould.cs.uts.oz> garth_kidd%680.808 at fidogate.fido.oz (Garth Kidd) writes:
>Can anyone think of a tighter way of coding a filter to strip spaces

If tightness is of more concern than portabililty off UNIX, you could use
	main(){system("tr -d ' '");}
which can be further improved by making it a shell script.

Karl W. Z. Heuer (ima!haddock!karl or karl at haddock.isc.com), The Walking Lint



More information about the Comp.lang.c mailing list