Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!gwyn@brl-vld From: gwyn@brl-vld@sri-unix.UUCP Newsgroups: net.unix Subject: Re: Question on the initialization of an interrupt vector in C Message-ID: <4318@sri-arpa.UUCP> Date: Thu, 18-Aug-83 09:10:25 EDT Article-I.D.: sri-arpa.4318 Posted: Thu Aug 18 09:10:25 1983 Date-Received: Sun, 21-Aug-83 03:31:22 EDT Lines: 10 From: Doug Gwyn (VLD/VMB) If you want P_ADDR to be the type of a pointer to a function returning no value, use typedef void (*P_ADDR)(); The general rule is to put the symbol being declared in its proper context. Some people like this (I do), others hate it. I suggest we do not start flames about this declaration style, since it is a pure matter of taste.