Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod!uakari.primate.wisc.edu!bin From: bin@primate.wisc.edu (Brain in Neutral) Newsgroups: comp.sys.mac.programmer Subject: Re: Str255 in C Message-ID: <3756@uakari.primate.wisc.edu> Date: 15 Jan 91 17:14:04 GMT References: <47171@cci632.UUCP> Sender: bin@primate.wisc.edu Reply-To: bin@primate.wisc.edu Lines: 14 From article <47171@cci632.UUCP>, by ph@cci632.UUCP (Pete Hoch): > Giving benefit of the doubt, this reply suffers from less than precise > wording. In reality the "\p" is only a place holder for the pascal > style character count. I believe the compiler supplies this number > so it is evaluated very early on. However this is still a c string! > That means it is still NULL terminated. Nope. Depends on the compiler, so check your manual first. And if you want your code to be portable, don't write code that *depends* on the compiler's behavior. -- Paul DuBois dubois@primate.wisc.edu