array of pointers to functions

Bradley S. Brahms brahms at spp5.UUCP
Wed Mar 5 04:27:03 AEST 1986


[}{]

Is it just the implementation of c on the AT&T 7300 or is it normal for c
not to allow arrays of function pointers?  I couldn't find any reference
to using arrays of function pointers in K&R but it seemed rather straight
forward.  To get around the problem I ended up defining a structure with a
pointer to a function as its only element then making an array of that
structure.  Either way, it seems that the end result is the same.

			-- Brad Brahms
			   usenet: {decvax,ucbvax,ihnp4}!trwrb!trwspp!brahms
			   arpa:   Brahms at usc-eclc



More information about the Comp.lang.c mailing list