repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
memmove
blob
b4ded41b4aecf1a6b70d5c1d9502d5a27c20bf08
1
Description:
2
memmove() function: copy memory area.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/memmove.c
12
m4/memmove.m4
13
14
Depends-on:
15
string
16
17
configure.ac:
18
gl_FUNC_MEMMOVE
19
if test $ac_cv_func_memmove = no; then
20
AC_LIBOBJ([memmove])
21
gl_PREREQ_MEMMOVE
22
fi
23
24
Makefile.am:
25
26
Include:
27
<string.h>
28
29
License:
30
public domain
31
32
Maintainer:
33
Jim Meyering