37 lines
439 B
Plaintext
37 lines
439 B
Plaintext
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
|
|
gl_CONDITIONAL([GL_COND_OBJ_MEMCPY], [test $ac_cv_func_memcpy = no])
|
|
AM_COND_IF([GL_COND_OBJ_MEMCPY], [
|
|
gl_PREREQ_MEMCPY
|
|
])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_MEMCPY
|
|
lib_SOURCES += memcpy.c
|
|
endif
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|