home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c:20192 vmsnet.alpha:152 cern.alpha:34
- Path: sparky!uunet!olivea!decwrl!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!funlwb.stl.dec.com!flotsm!crilly
- From: crilly@flotsm (Patrick Crilly)
- Newsgroups: comp.lang.c,vmsnet.alpha,cern.alpha
- Subject: Re: function arg.'s in Alpha's DEC C
- Message-ID: <1993Jan26.014138.27564@funlwb.enet.dec.com>
- Date: 26 Jan 93 01:41:38 GMT
- References: <1993Jan23.194139.17196@dxcern.cern.ch>
- Sender: usenet@funlwb.enet.dec.com (USENET News Service)
- Organization: Digital Equipment Corporation
- Lines: 6
- Nntp-Posting-Host: flotsm.ozy.dec.com
- X-Newsreader: Tin 1.1 PL4
-
- Cast a as a pointer to a function returning int ( as defined in your
- prototype )
-
- q ( (int (*)()) a );
-
- Patrick
-