Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!nrl-cmf!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: functions defaulting to int Message-ID: <7129@brl-smoke.ARPA> Date: 18 Jan 88 08:10:43 GMT References: <528@gtx.com> <7111@brl-smoke.ARPA> <2302@haddock.ISC.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <2302@haddock.ISC.COM> karl@haddock.ima.isc.com (Karl Heuer) writes: >Whoa! I thought that, for precisely this reason, the header files were >required to supply prototyped declarations even for those functions that are >hidden by macro definitions. Oops, you're right, the footnote (!) does say that #undef of the macro will reveal the prototype. Thanks for the correction. (What a strange specification!)