Ignore one more generated index from makeinfo.
[gnulib.git] / modules / mempcpy
1 Description:
2 mempcpy() function: copy memory area, return point after last written byte.
3
4 Files:
5 lib/mempcpy.c
6 m4/mempcpy.m4
7
8 Depends-on:
9 extensions
10 string
11
12 configure.ac:
13 gl_FUNC_MEMPCPY
14 gl_STRING_MODULE_INDICATOR([mempcpy])
15
16 Makefile.am:
17
18 Include:
19 <string.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Simon Josefsson