dest - the destination pointer to copy the bytes to
RETURN VALUE
none
DESCRIPTION
This function is a replacement for the BSD system call
bcopy(). The kbcopy() call copies "num" bytes from src
to dest using kmemcpy(), which makes sure that overlapping
strings are handled correctly.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/include/kutils/kmemory.h
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.