view modules/memcpy @ 15814:625d9f3201d8

acl: Fix specification. * lib/file-has-acl.c (file_has_acl): Fix specification.
author Bruno Haible <bruno@clisp.org>
date Mon, 03 Oct 2011 15:48:57 +0200
parents 3fec2fcab2fa
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:

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