home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / std / c / 2630 < prev    next >
Encoding:
Text File  |  1992-09-15  |  831 b   |  31 lines

  1. Newsgroups: comp.std.c
  2. Path: sparky!uunet!psinntp!xilinx!lou
  3. From: lou@xilinx.com (Lou Sanchez-Chopitea)
  4. Subject: Scope of arguments in prototype
  5. Message-ID: <1992Sep14.225546.4277@xilinx.com>
  6. Keywords: scope, prototypes
  7. Sender: usenet@xilinx.com
  8. Organization: Xilinx Inc.
  9. Date: Mon, 14 Sep 1992 22:55:46 GMT
  10. Lines: 19
  11.  
  12. Hi,
  13.     What is the scope of the arguments in a prototype? In particular do I have
  14. to worry about "a" and "b" in:
  15.  
  16.     double func ( double a, int b);
  17.  
  18. if it is a header file, conflicting with variables a user might wish to define?
  19.  
  20.                                 Cheers
  21.  
  22.                                     Lou
  23.  
  24.  
  25.  
  26. -- 
  27. Lou Sanchez-Chopitea                EMail:  lou@xilinx.com
  28. Software Engineer                   SnailMail:  2100 Logic Drive
  29. SpeakMail: (408) 879-5059                       San Jose, CA 95124
  30. FaxMail: (408) 559-7114
  31.