mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/alloca, modules/atexit, modules/memmove: Now public domain, not GPL. * modules/dup2, modules/getpagesize, modules/malloc, modules/memset: * modules/realloc, modules/strerror, modules/strtod: Now LGPL, not GPL.
23 lines
216 B
Plaintext
23 lines
216 B
Plaintext
Description:
|
|
memmove() function: copy memory area.
|
|
|
|
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
|