Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!bionet!ames!uhccux!munnari.oz.au!cs.mu.oz.au!ok From: ok@cs.mu.oz.au (Richard O'Keefe) Newsgroups: comp.lang.c Subject: Re: type *var -- vs. -- type* var Message-ID: <2067@munnari.oz.au> Date: 9 Sep 89 10:35:05 GMT References: <4201@ohstpy.mps.ohio-state.edu> <29048@news.Think.COM> Sender: news@cs.mu.oz.au Lines: 14 In article <29048@news.Think.COM>, barmar@think.COM (Barry Margolin) writes: > That's because "*" binds more tightly than ",". If you want to force > a particular grouping, use parentheses: > (int *) x, y, z I like it. I like it a lot. But cat >zabbo.c <