Path: utzoo!attcan!uunet!cs.utexas.edu!sdd.hp.com!hp-pcd!hplabs!hpcc01!hpcuhb!hpcllla!hpcllca!walter From: walter@hpcllca.HP.COM (Walter Murray) Newsgroups: comp.std.c Subject: Re: Why use "declarator" in "function definition"? Message-ID: <16490023@hpcllca.HP.COM> Date: 26 Jun 90 20:32:46 GMT References: <1990Jun21.183931.21226@watmath.waterloo.edu> Organization: Hewlett Packard Calif. Language Lab Lines: 13 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 ----------