where is the routine bcopy()? SCO Unix 3.2 system
Warren Tucker
wht at n4hgf.uucp
Sat Jun 2 07:11:05 AEST 1990
>#define bcopy(src, dst, len) memcpy(dst, src, len)
>
>or include in the Makefile: -Dbcopy=memcpy
-Dbcopy=memcpy will cause memory to be copied
in the wrong direction. The #define will work.
-----------------------------------------------------------------
Warren Tucker gatech!n4hgf!wht or wht%n4hgf at gatech.edu
Hacker Extraordinaire d' async PADs, pods, proteins and protocols
More information about the Comp.unix.xenix
mailing list