BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kbcopy - copies bytes from src to dest

LIBRARY CALL

void kbcopy(
  char *src,
  char *dest,
  int  num)

INPUT

OUTPUT

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.