blob: 59009aaeb05f44d8c42622c1b37c397573f23617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Description:
mempcpy() function: copy memory area, return pointer after last written byte.
Files:
lib/mempcpy.c
m4/mempcpy.m4
Depends-on:
extensions
string
configure.ac:
gl_FUNC_MEMPCPY
if test $HAVE_MEMPCPY = 0; then
AC_LIBOBJ([mempcpy])
gl_PREREQ_MEMPCPY
fi
gl_STRING_MODULE_INDICATOR([mempcpy])
Makefile.am:
Include:
<string.h>
License:
LGPLv2+
Maintainer:
Simon Josefsson
|