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
ssfmalloc: Portability to Cygwin.
[gnulib.git]
/
modules
/
memcpy
blob
33b53656010ef3491a11169cf462c84440729787
1
Description:
2
memcpy() function: copy memory area.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/memcpy.c
12
m4/memcpy.m4
13
14
Depends-on:
15
string
16
17
configure.ac:
18
gl_FUNC_MEMCPY
19
if test $ac_cv_func_memcpy = no; then
20
AC_LIBOBJ([memcpy])
21
gl_PREREQ_MEMCPY
22
fi
23
24
Makefile.am:
25
26
Include:
27
<string.h>
28
29
License:
30
GPL
31
32
Maintainer:
33
Jim Meyering