1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/bcopy
Bruno Haible 93b331de6b Rename module strings to strings-h.
* 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.
2024-12-27 23:39:42 +01:00

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: