view modules/memcpy @ 40209:c43e83386661

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 08 Mar 2019 09:27:47 -0800
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