Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!cwjcc!hal!nic.MR.NET!tank!uxc!uxc.cso.uiuc.edu!m.cs.uiuc.edu!s.cs.uiuc.edu!dlee From: dlee@s.cs.uiuc.edu Newsgroups: comp.lang.c Subject: help with a MESSY C definition!!? Message-ID: <207600008@s.cs.uiuc.edu> Date: 16 Nov 88 06:09:00 GMT Lines: 19 Nf-ID: #N:s.cs.uiuc.edu:207600008:000:397 Nf-From: s.cs.uiuc.edu!dlee Nov 16 00:09:00 1988 I usually don't have any trouble with C, but this is a glaring exception: I need the syntax of definition for an array (of arbitrary size) of pointers to functions returning pointers to integer (HOW'S *THAT* FOR A DOOZY!!!). My closest (possibly correct) guess follows: int *(*opfuncs[])() = { . . . }; I would appreciate any corrections/verifications. Thanks in advance, Doug Lee