Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpda!hpcupt1!hpisod2!decot From: decot@hpisod2.HP.COM (Dave Decot) Newsgroups: comp.unix.questions Subject: Re: Where to get BSD docs? (Was Re: SysV bcopy?) Message-ID: <10650045@hpisod2.HP.COM> Date: 21 Mar 89 09:46:19 GMT References: <9876@smoke.BRL.MIL> Organization: Hewlett Packard, Cupertino Lines: 8 > >Is there a routine in the system V library analogous to BSD's bcopy(). While I'm sure someone will mention memcpy(), be cautioned that memcpy() is not required to properly handle moves where the destination area overlaps the source area. bcopy(), on the other hand, is careful in this situation. Dave