Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: SysV bcopy? Keywords: bcopy memcpy SysV BSD Message-ID: <9886@smoke.BRL.MIL> Date: 20 Mar 89 10:37:20 GMT References: <114@sherpa.UUCP> <604@pmafire.UUCP> <16451@mimsy.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <16451@mimsy.UUCP> chris@mimsy.UUCP (Chris Torek) writes: > #define bcopy(s, d, n) memmove(d, s, n) >will always work, ... Except of course on systems that don't HAVE memmove(), like practically every commercial version of UNIX out there..