Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!uunet!kddlab!titcca!sragwa!wsgw!socslgw!diamond From: diamond@csl.sony.co.jp (Norman Diamond) Newsgroups: comp.lang.c Subject: Re: Help... Message-ID: <10953@riks.csl.sony.co.jp> Date: 11 Oct 89 06:11:47 GMT References: <731@carroll1.UUCP> <39902@bu-cs.BU.EDU> Reply-To: diamond@ws.sony.junet (Norman Diamond) Organization: Sony Computer Science Laboratory Inc., Tokyo, Japan Lines: 19 In article rang@cs.wisc.edu (Anton Rang) writes: >There is no difference between "char h[]" and "char *h" in a >declaration; they do exactly the same thing. char h[]; h = malloc(27); /* should generate an error message */ char *h; h = malloc(27); /* should work */ Mr. Rang's posting proceeded to give a reasonably correct answer to someone's question, but this bit of nonsense was a poor start. -- Norman Diamond, Sony Corp. (diamond%ws.sony.junet@uunet.uu.net seems to work) The above opinions are inherited by your machine's init process (pid 1), after being disowned and orphaned. However, if you see this at Waterloo or Anterior, then their administrators must have approved of these opinions.