Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!cmcl2!phri!delftcc!henry
From: henry@delftcc.UUCP (Henry Rabinowitz)
Newsgroups: comp.lang.c
Subject: prototypes with old style fn definition
Keywords: prototype function definition ANSI
Message-ID: <186@delftcc.UUCP>
Date: 8 Jul 88 16:18:51 GMT
Organization: Delft Consulting Corp., New York
Lines: 14

If I declare a prototype
	int f(int a);
and then in scope of the prototype, subsequently define the function using an 
old style definition:

	int f()
	char *p;
	{
		...
	}

will an ANSI compiler flag this as an incompatible declaration?  I would
hope so.
Please send responses by email.