Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!sun-barr!ames!oliveb!pyramid!ncc!myrias!mj From: mj@myrias.UUCP (Michal Jaegermann) Newsgroups: comp.sys.atari.st Subject: Re: One more typo in dLibs Summary: Ooops Keywords: dLibs, Sozobon, bug, bcopy Message-ID: <1300@myrias.UUCP> Date: 20 Jun 89 15:06:31 GMT References: <1289@myrias.UUCP> Organization: Myrias Research, Edmonton Lines: 12 > > #define bcopy(source,dest,length) memcpy((dest),(source),(length)) > A correction to my posting from yesterday. Use memmove instead of memcpy. bcopy is supposed to handle correctly overlapping moves. Sorry... Michal Jaegermann Myrias Research Corporation Edmonton, Alberta, CANADA ...{ncc,alberta}!myrias!mj ==============================