Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: parameter names in prototypes Message-ID: <14725@smoke.brl.mil> Date: 13 Dec 90 04:19:43 GMT References: Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 7 In article auvbarn@auvc5.tamu.edu (David Barnett) writes: >Is the following prototype legal in ANSI C? >int foo(int a, int ); Yes, a strictly conforming program has the option of supplying identifiers for the prototype parameters or not, in any combination. This follows directly from the grammar.