From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: cdecl 2.5 Date: Fri, 25 Sep 1998 09:10:30 -0400 Organization: Bell Northern Research Lines: 14 Message-ID: <360B9646.80B1AAD9@nt.com> References: <360A900F DOT 427CE260 AT nt DOT com> <6ufs4k$85k$1 AT star DOT cs DOT vu DOT nl> NNTP-Posting-Host: bcarib90.ca.nortel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, it's working now. I have a file called ptr.c containing:- explain char *(*fptab[])() I type "cdecl ptr.c" and I get:- declare fptab as array of pointer to function returning pointer to char Really neat thanks to Nate for this goody. PS I'm using info to read the instructions.