prototype question

rich at inmet.inmet.com rich at inmet.inmet.com
Wed Dec 13 07:29:00 AEST 1989


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



More information about the Comp.std.c mailing list