mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/strings-h: Renamed from modules/strings. * modules/strings-h-tests: Renamed from modules/strings-tests. * modules/strings-h-c++-tests: Renamed from modules/strings-c++-tests. * tests/test-strings-h.c: Renamed from tests/test-strings.c. * tests/test-strings-h-c++.cc: Renamed from tests/test-strings-c++.cc. * doc/posix-headers/strings.texi: Update. * modules/* (Depends-on): Update. * modules/strings: New file.
29 lines
311 B
Plaintext
29 lines
311 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-h
|
|
|
|
configure.ac:
|
|
AC_REPLACE_FUNCS(bcopy)
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<strings.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
|