view modules/memmove @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 0e5e385efec8
children
line wrap: on
line source

Description:
memmove() function: copy memory area.

Status:
obsolete

Notice:
This module is obsolete.

Files:
lib/memmove.c
m4/memmove.m4

Depends-on:
string

configure.ac:
gl_FUNC_MEMMOVE
if test $ac_cv_func_memmove = no; then
  AC_LIBOBJ([memmove])
  gl_PREREQ_MEMMOVE
fi

Makefile.am:

Include:
<string.h>

License:
public domain

Maintainer:
Jim Meyering