home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.std.c
- Path: sparky!uunet!psinntp!xilinx!lou
- From: lou@xilinx.com (Lou Sanchez-Chopitea)
- Subject: Scope of arguments in prototype
- Message-ID: <1992Sep14.225546.4277@xilinx.com>
- Keywords: scope, prototypes
- Sender: usenet@xilinx.com
- Organization: Xilinx Inc.
- Date: Mon, 14 Sep 1992 22:55:46 GMT
- Lines: 19
-
- Hi,
- What is the scope of the arguments in a prototype? In particular do I have
- to worry about "a" and "b" in:
-
- double func ( double a, int b);
-
- if it is a header file, conflicting with variables a user might wish to define?
-
- Cheers
-
- Lou
-
-
-
- --
- Lou Sanchez-Chopitea EMail: lou@xilinx.com
- Software Engineer SnailMail: 2100 Logic Drive
- SpeakMail: (408) 879-5059 San Jose, CA 95124
- FaxMail: (408) 559-7114
-