Xref: utzoo comp.sources.wanted:6195 comp.unix.questions:11428 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!lll-lcc!unisoft!uunet!unh!psc90!netnews From: netnews@psc90.UUCP (Remote mail paths) Newsgroups: comp.sources.wanted,comp.unix.questions Subject: Memcpy definition wanted Message-ID: <801@psc90.UUCP> Date: 31 Jan 89 23:21:24 GMT Reply-To: netnews@psc90.UUCP (Remote mail paths) Distribution: na Organization: bit-otherrealms is a local newsgroup and interactive newsletter Lines: 21 Hi, I am looking for the definition for memcpy. For example, strchr in BSD is rindex, and strrchr is rrindex. What is the term that BSD uses? Below is an excerpt from the program that came over comp.sources.unix that creates the man pages when you type "man ..." Thanks, --Deryk UUCP: !uunet!unh!psc90!netnews !dartvax!psc90!netnews BITNET: D_MARIEN@UNHH ------------------------------------ int pid, status, i; char *path, *savepath, *c; struct fileinfo *finfo; int (*saveintr)(); static char cmdbuf[LBUFLEN], buf[BUFLEN]; extern char *getenv(), *strcat(), *strcpy(), *memcpy();