[comp.std.c] prototype question

rich@inmet.inmet.com (12/13/89)

I misplaced my copy of the ANSI Draft.  What is the latest rule on
prototype checking in the following case:

	int fn(int);

	int fn(c)
		char c;
		{
		}

Plum Hall 1.09 says this is legal.  Is it still so?

	uunet!inmet!rich
	Richard Man