view modules/memcpy @ 40242:e84036edb2ff

bitset, timevar: Depend on c99 Reported by Bruno Haible. * modules/bitset, modules/timevar (Depends-on): Add c99.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 08:34:22 +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