Array of pointers to functions

Philip Kos phil at osiris.UUCP
Sun Apr 21 12:31:18 AEST 1985


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



More information about the Comp.lang.c mailing list