home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!tuegate.tue.nl!svin02!wzv!gvr.win.tue.nl!guido
- From: guido@gvr.win.tue.nl (Guido van Rooij)
- Newsgroups: comp.lang.c
- Subject: help wanted for typedef
- Message-ID: <3652@wzv.win.tue.nl>
- Date: 22 Jul 92 18:24:23 GMT
- Sender: news@wzv.win.tue.nl
- Organization: Guido's home 486 box
- Lines: 11
-
- Can anyone please tell me how to make a typedef for the following type:
- a is of TYPE T if it is an array [] of array [constant_length] of pointers
- to void functions.
- I tried it in several ways, but it seems impossible to do it in just one
- typedef. Also the following went wrong, though I don't know why:
- typedef void *F();
- typedef F[][constant_length] T;
-
- Please reply by email...I'm not a regular reader of this group.
-
- -Guido
-