Memcpy definition wanted
Remote mail paths
netnews at psc90.UUCP
Wed Feb 1 09:21:24 AEST 1989
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 at 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();
More information about the Comp.unix.questions
mailing list