Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!gummo!whuxlb!floyd!clyde!ihnp4!zehntel!tektronix!ucbcad!ucbvax!ucbtopaz!unisoft!ed From: ed@unisoft.UUCP Newsgroups: net.lang.c Subject: Re: flame Message-ID: <151@unisoft.UUCP> Date: Mon, 3-Oct-83 20:34:52 EDT Article-I.D.: unisoft.151 Posted: Mon Oct 3 20:34:52 1983 Date-Received: Fri, 7-Oct-83 06:11:50 EDT References: watmath.5873 Lines: 15 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