Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site myrias.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!alberta!myrias!cg From: cg@myrias.UUCP (Chris Gray) Newsgroups: net.lang.c Subject: Re: ANSI C and function prototypes Message-ID: <219@myrias.UUCP> Date: Thu, 13-Feb-86 13:05:13 EST Article-I.D.: myrias.219 Posted: Thu Feb 13 13:05:13 1986 Date-Received: Mon, 17-Feb-86 05:04:34 EST References: <681@harvard.UUCP> <250@hadron.UUCP> Organization: Myrias Research, Edmonton Lines: 13 ------- Input C program: ------- dispatcher(int code, void (*disp_func)()); ------- Output from compiler with symbol table dump debugging flag turned on: ------- dispatcher: function - function (signed int, pointer to function () returning void) returning signed int ------- (Sorry for the long output line - you should see them for some of the things I tested it with!) As for what this means under the draft ANSI spec, well.......