Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: Notesfiles $Revision: 1.6.2.17 $; site bradley.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!inuxc!pur-ee!uiucdcs!bradley!brad
From: brad@bradley.UUCP
Newsgroups: net.wanted.sources
Subject: bcopy,bzero. Do you know what it is?
Message-ID: <15200007@bradley.UUCP>
Date: Tue, 15-Jan-85 22:30:00 EST
Article-I.D.: bradley.15200007
Posted: Tue Jan 15 22:30:00 1985
Date-Received: Thu, 17-Jan-85 04:45:21 EST
Lines: 21
Nf-ID: #N:bradley:15200007:000:546
Nf-From: bradley!brad    Jan 15 21:30:00 1985

I am looking for any info as to what 'bcopy' does.  I am trying
to get sendmail on my 11/44 working (2.9BSD) and 2 undefines show
up, 'bzero' and 'bcopy'.  I can kind of figure out what bzero is.
I figure something like;

	bzero(c,i)
	char *c;
	int i;
	{
		while(i--)
			*cp++=0;
	}
But I can't figure out what is bcopy.  It looks like a strncpy.

thanks inadvance.

Bradley Smith			UUCP: {cepu,ihnp4,noao,uiucdcs}!bradley!brad
Text Processing			ARPA: cepu!bradley!brad@UCLA-LOCUS
Bradley University		PH: (309) 676-7611 Ext. 446
Peoria, IL 61625