view modules/memcpy @ 40197:91454190d749

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Mention GNU/Hurd and GNU/kFreeBSD as well.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:52:19 +0100
parents 0e5e385efec8
children
line wrap: on
line source

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