repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git]
/
modules
/
mempcpy
blob
59009aaeb05f44d8c42622c1b37c397573f23617
1
Description:
2
mempcpy() function: copy memory area, return pointer 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
if test $HAVE_MEMPCPY = 0; then
15
AC_LIBOBJ([mempcpy])
16
gl_PREREQ_MEMPCPY
17
fi
18
gl_STRING_MODULE_INDICATOR([mempcpy])
19
20
Makefile.am:
21
22
Include:
23
<string.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
Simon Josefsson