[comp.std.c] Why use "declarator" in "function definition"?

walter@hpcllca.HP.COM (Walter Murray) (06/27/90)

Glen Ditchfield writes:

> 	typedef void Process(void);
> 	Process thunk {
> 	    /* do something */
> 	}

>    So, is the above code proper ANSI C?  

No.  See footnote 79 on page 82.

Walter Murray
----------