home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20192 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  733 b 

  1. Xref: sparky comp.lang.c:20192 vmsnet.alpha:152 cern.alpha:34
  2. Path: sparky!uunet!olivea!decwrl!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!funlwb.stl.dec.com!flotsm!crilly
  3. From: crilly@flotsm (Patrick Crilly)
  4. Newsgroups: comp.lang.c,vmsnet.alpha,cern.alpha
  5. Subject: Re: function arg.'s in Alpha's DEC C
  6. Message-ID: <1993Jan26.014138.27564@funlwb.enet.dec.com>
  7. Date: 26 Jan 93 01:41:38 GMT
  8. References: <1993Jan23.194139.17196@dxcern.cern.ch>
  9. Sender: usenet@funlwb.enet.dec.com (USENET News Service)
  10. Organization: Digital Equipment Corporation
  11. Lines: 6
  12. Nntp-Posting-Host: flotsm.ozy.dec.com
  13. X-Newsreader: Tin 1.1 PL4
  14.  
  15. Cast a as a pointer to a function returning int ( as defined in your
  16. prototype )
  17.  
  18.  q ( (int (*)()) a );
  19.  
  20. Patrick
  21.