Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!gwyn@brl-vld From: gwyn%brl-vld@sri-unix.UUCP Newsgroups: net.unix Subject: Re: functions returning pionters to functions Message-ID: <14669@sri-arpa.UUCP> Date: Fri, 16-Dec-83 14:14:39 EST Article-I.D.: sri-arpa.14669 Posted: Fri Dec 16 14:14:39 1983 Date-Received: Tue, 20-Dec-83 01:28:10 EST Lines: 5 From: Doug Gwyn (VLD/VMB) In C, * binds weaker than func() so parentheses are NOT necessary in *func() if you want to call the function, then dereference the return value.