Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site osiris.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!umcp-cs!aplvax!osiris!phil From: phil@osiris.UUCP (Philip Kos) Newsgroups: net.lang.c Subject: Re: Array of pointers to functions Message-ID: <246@osiris.UUCP> Date: Sat, 20-Apr-85 21:31:18 EST Article-I.D.: osiris.246 Posted: Sat Apr 20 21:31:18 1985 Date-Received: Mon, 22-Apr-85 02:22:17 EST References: <243@osiris.UUCP> Distribution: net Organization: Johns Hopkins Hospital Lines: 11 Thanks to everyone who sent me answers. I was apparently trying to put the []'s in the wrong place. Next time I'll remember cdecl. For the record, an array of pointers to functions returning type foo is declared as: foo (*whatever[])(); Phil