"C" wish list.

Chris Torek chris at umcp-cs.UUCP
Mon Oct 28 23:11:44 AEST 1985


You like `loop' statements with `exit' clauses.

I have a suggestion for you:

Pretend the `for' statement in C is a `loop' statement with the first
`exit' clause specified in the middle.  Pretend the `break's within the
loop are additional `exit' clauses.  You now have what you like,
*without* using #defines that will cause trouble for other C
programmers.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 4251)
UUCP:	seismo!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at mimsy.umd.edu



More information about the Comp.lang.c mailing list