summaryrefslogtreecommitdiff
path: root/modules/memcpy
blob: 33b53656010ef3491a11169cf462c84440729787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description:
memcpy() function: copy memory area.

Status:
obsolete

Notice:
This module is obsolete.

Files:
lib/memcpy.c
m4/memcpy.m4

Depends-on:
string

configure.ac:
gl_FUNC_MEMCPY
if test $ac_cv_func_memcpy = no; then
  AC_LIBOBJ([memcpy])
  gl_PREREQ_MEMCPY
fi

Makefile.am:

Include:
<string.h>

License:
GPL

Maintainer:
Jim Meyering