Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!Uc.Gds%mit-eecs@BRL-VGR.ARPA
From: Uc.Gds%mit-eecs@BRL-VGR.ARPA
Newsgroups: net.unix-wizards
Subject: declaring and initializing an array of pointers to functions
Message-ID: <16764@sri-arpa.UUCP>
Date: Tue, 14-Feb-84 17:49:00 EST
Article-I.D.: sri-arpa.16764
Posted: Tue Feb 14 17:49:00 1984
Date-Received: Mon, 20-Feb-84 01:17:50 EST
Lines: 8

From:  Greg Skinner 

I'd like to know how to do this.  I have an array of keywords that I
am parsing and would like if a certain keyword is parsed successfully
a function at the same index as the keyword was at is called.
Unfortunately, I do not know how to set up an array of pointers to
functions and I wasn't able to find out from the C manual.
-------