summary of C-standards workshop at Usenix
Molny
djmolny at wnuxb.UUCP
Tue Jul 17 23:52:38 AEST 1984
> From: gwyn at brl-tgr.ARPA (Doug Gwyn <gwyn>)
> Date: Wed, 11-Jul-84 15:11:24 EDT
> My point was that the declaration
> extern int foo(void,);
> contains no more information than the proposed meaning of
> extern int foo();
> namely that the number and types of the arguments are not specified.
No, Doug. My intent was that the former declaration would declare
a function that has a variable parameter list of zero or more items.
The latter declaration would still declare a function that had an
unspecified parameter list. The difference is between "unspecified"
and "specified to be variable (>=0 params)".
--
________________
| __________ | from the overlapping windows
| | ksh! | | of
| |__________ |
| | gmacs! | | Ronald W. Heiby
| | _________ | AT&T Technologies, Inc.
| | |dstar! | | Lisle, IL (CU-D21)
| | | | | __ ...!ihnp4!wnuxa!heiby
| --| | |_/ \_____
| --------- | /\ \_
| | \/ \+++
|TTY_______5620| / \
---------------- (red)
\___/
More information about the Comp.lang.c
mailing list