home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16606 < prev    next >
Encoding:
Internet Message Format  |  1992-11-16  |  739 b 

  1. Path: sparky!uunet!portal!lll-winken!fnnews.fnal.gov!mp.cs.niu.edu!uxa.ecn.bgu.edu!psuvax1!psuvm!gnr100
  2. From: GNR100@psuvm.psu.edu
  3. Newsgroups: comp.lang.c
  4. Subject: Multiple Parameter Passing (unspecified number)
  5. Message-ID: <92321.124834GNR100@psuvm.psu.edu>
  6. Date: 16 Nov 92 17:48:34 GMT
  7. Organization: Penn State University
  8. Lines: 10
  9.  
  10.  
  11.    Hi.
  12.  
  13.    I'm looking to write a function that accepts any number of paramerter.
  14. There will be at least two, an int and a char[]. The rest will all be char[]'s.
  15. I need to know how this is done.  The meathod would be similar to that of
  16. printf(), so if anybody know how that works, please let me know.
  17.                  Thanks,
  18.                      Gordon Rogers
  19.                      gnr100@psuvm.psu.edu
  20.