Xref: utzoo comp.lang.c:29594 comp.sys.att:9793 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!cti1!kmeek From: kmeek@cti1.UUCP (Meek) Newsgroups: comp.lang.c,comp.sys.att Subject: bcopy and bzero on AT&T sysV Keywords: bcopy bzero AT&T Message-ID: <213@cti1.UUCP> Date: 14 Jun 90 18:16:32 GMT Followup-To: poster Organization: Comprehensive Technologies Int., Arlington VA Lines: 17 I am trying to compile a C program that uses bcopy() and bzero() functions. The linker bombs because it doesn't know bcopy and bzero. I am compiling this on an AT&T 3B2/600G running System V 3.2.2 I assume the problem is that bcopy and bzero are bsd functions that are not supported in sysV. If this is the case is there a sysV function that I can substitute? If not, anyone have source for bcopy() and bzero() that would work on a 3B2 and is public domain ?? Thanks in advance for any suggestions. Kevin Meek Comprehensive Technologies Int'l Inc. 2121 Crystal Drive Suite #103 Arlington, VA 22202 uunet!cit1!kmeek OR cti1!kmeek@uunet.uu.net