mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
29 lines
268 B
Plaintext
29 lines
268 B
Plaintext
Description:
|
|
memmove() function: copy memory area.
|
|
|
|
Status:
|
|
obsolete
|
|
|
|
Notice:
|
|
This module is obsolete.
|
|
|
|
Files:
|
|
lib/memmove.c
|
|
m4/memmove.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_MEMMOVE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
public domain
|
|
|
|
Maintainer:
|
|
Jim Meyering
|