home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11443 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  746 b 

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