flame

ed at unisoft.UUCP ed at unisoft.UUCP
Tue Oct 4 10:34:52 AEST 1983


the construct

	(coid) f()

is not meaningless at all.  It means that the value returned by f()
is cast to type (void), thereby stating that the programmer is
aware of the return value and is ignoring it.  The complex statement
given in the initial flame means something entirely different -
that being the call of a (void)-declared function f() that was
not declared locally.

(s/coid/void/)

Ed Gould
ucbvax!mtxinu!ed



More information about the Comp.lang.c mailing list