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

  1. From: jbc@hpcuhe.cup.hp.com (Jeff Caldwell)
  2. Date: Thu, 23 Jul 1992 23:49:45 GMT
  3. Subject: Re: How can I return two value to a procedure ???
  4. Message-ID: <31460021@hpcuhe.cup.hp.com>
  5. Organization: Hewlett Packard, Cupertino
  6. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscdc!hplextra!hpcc05!hpcuhb!hpcuhe!jbc
  7. Newsgroups: comp.lang.c
  8. References: <9207222041.AA00524@honeydew.cis.ohio-state.edu>
  9. Lines: 4
  10.  
  11. Try returning  a pointer to a structure which consists of two 
  12. integers.
  13.  
  14.         -Jeff Caldwell | HP Calif Lang Lab.
  15.