A question of style
T. William Wells
bill at twwells.com
Sat Nov 25 21:24:06 AEST 1989
In article <1989Nov23.170838.10376 at phri.nyu.edu> roy at phri.nyu.edu (Roy Smith) writes:
: Would you be confused and/or grossed out if you saw:
:
: if (something)
: perror ("message"), exit(1);
Yes. In particular, that statement contains a "hidden" control
structure: the exit().
---
Bill { uunet | novavax | ankh | sunvice } !twwells!bill
bill at twwells.com
More information about the Comp.lang.c
mailing list