gnulib-tool.py: Add a new GLFileTable class.
[gnulib.git] / modules / mempcpy
blob469dbd8789da24d0532969b228c9f833f1c46470
1 Description:
2 mempcpy() function: copy memory area, return pointer after last written byte.
4 Files:
5 lib/mempcpy.c
6 m4/mempcpy.m4
8 Depends-on:
9 extensions
10 string
12 configure.ac:
13 gl_FUNC_MEMPCPY
14 gl_CONDITIONAL([GL_COND_OBJ_MEMPCPY],
15                [test $HAVE_MEMPCPY = 0 || test $REPLACE_MEMPCPY = 1])
16 AM_COND_IF([GL_COND_OBJ_MEMPCPY], [
17   gl_PREREQ_MEMPCPY
19 gl_STRING_MODULE_INDICATOR([mempcpy])
21 Makefile.am:
22 if GL_COND_OBJ_MEMPCPY
23 lib_SOURCES += mempcpy.c
24 endif
26 Include:
27 <string.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Simon Josefsson