Path: utzoo!utgpu!water!watmath!clyde!att!alberta!ubc-cs!uw-beaver!cornell!mailrus!uflorida!novavax!proxftl!bill From: bill@proxftl.UUCP (T. William Wells) Newsgroups: comp.lang.c Subject: Re: Function declarations (was: MSC v5.1 Bug???) Message-ID: <640@proxftl.UUCP> Date: 28 Aug 88 22:12:24 GMT References: <10102@genrad.UUCP> <11879@iuvax.cs.indiana.edu> <5680@rpp386.UUCP> <6314@haddock.ima.isc.com> <619@proxftl.UUCP> Reply-To: bill@proxftl.UUCP (T. William Wells) Organization: Proximity Technology, Ft. Lauderdale Lines: 20 Summary: Expires: Sender: Followup-To: Distribution: Keywords: The message I sent had a minor error in it, here is the correction. Sorry. In article <619@proxftl.UUCP> I wrote: : This is the code that makes use of the prototype macro. : : #include : : FUNC(int function, (int arg1, int arg2)) I should have written: : This is the code that makes use of the prototype macro. : : #include : : extern FUNC(int function, (int arg1, int arg2)) --- Bill novavax!proxftl!bill