Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!henry From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: net.lang.c Subject: Re: referencing beyond the end of an array Message-ID: <4909@utzoo.UUCP> Date: Sat, 12-Jan-85 19:52:44 EST Article-I.D.: utzoo.4909 Posted: Sat Jan 12 19:52:44 1985 Date-Received: Sat, 12-Jan-85 19:52:44 EST References: <128@ISM780B.UUCP> Organization: U of Toronto Zoology Lines: 8 Those of you who remember the public-domain string(3) that I posted to the net a while ago may have noticed that it took great pains to avoid ever moving a pointer beyond the end (either end) of a string and then having to move it back. Care on this point is advisable if you want your code to be portable to segmented machines. -- Henry Spencer @ U of Toronto Zoology {allegra,ihnp4,linus,decvax}!utzoo!henry