update debian copyright: tweak clscan and then manually fixup: revisit next release
[gnulib.git] / modules / memcpy
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
16 configure.ac:
17 gl_FUNC_MEMCPY
18 if test $ac_cv_func_memcpy = no; then
19   AC_LIBOBJ([memcpy])
20   gl_PREREQ_MEMCPY
21 fi
22
23 Makefile.am:
24
25 Include:
26 <string.h>
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering
33