where is the routine bcopy()? SCO Unix 3.2 system

Martin Weitzel martin at mwtech.UUCP
Sat Jun 2 07:08:20 AEST 1990


In article <1176 at gear.sublink.ORG> root at gear.sublink.ORG (Marco Lorenzini ) writes:
:
:Under System V Sco Unix the function bcopy() has been replaced with
:memcpy() so you must include in your sources this define:
:
:#define	bcopy(src, dst, len)	memcpy(dst, src, len)
:
:or include in the Makefile:  -Dbcopy=memcpy

This sounds contradictory: In the #define the `src' and `dst' args
are swapped, but they aren't with the -D switch ....
	
-- 
Martin Weitzel, email: martin at mwtech.UUCP, voice: 49-(0)6151-6 56 83



More information about the Comp.unix.xenix mailing list