Date: Wed, 16 Jul 1997 18:32:07 +0000 From: Bill Currie Subject: Re: Array of Functions To: Benjamin D Chambers Cc: djgpp AT delorie DOT com Reply-to: billc AT blackmagic DOT tait DOT co DOT nz Message-id: <33CD13A7.4112@blackmagic.tait.co.nz> Organization: Tait Electronics NZ MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <19970715 DOT 215516 DOT 5183 DOT 0 DOT chambers DOT ben AT juno DOT com> Precedence: bulk Benjamin D Chambers wrote: > and died on me. Does anyone have thoughts about how to solve this? Yup. For (eg) int foo(int): int (*foo[])(int); ^ return type ^ parameters Untested (gcc currently busy) but this should be right. -- Leave others their otherness.