29 lines
309 B
Plaintext
29 lines
309 B
Plaintext
Description:
|
|
Old BSD bcopy() function: copy memory area.
|
|
|
|
Status:
|
|
deprecated
|
|
|
|
Notice:
|
|
This module is deprecated because the standard way to copy memory is memcpy().
|
|
|
|
Files:
|
|
lib/bcopy.c
|
|
|
|
Depends-on:
|
|
strings
|
|
|
|
configure.ac:
|
|
AC_REPLACE_FUNCS(bcopy)
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<strings.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
|