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
select: Fix "warning: no previous prototype for function".
[gnulib.git]
/
modules
/
wmempcpy
blob
edb4c5f9c6e55506c45947760e0ec71bb0fe83f6
1
Description:
2
wmempcpy() function: copy wide character array, return pointer after last written wide character.
3
4
Files:
5
lib/wmempcpy.c
6
m4/wmempcpy.m4
7
8
Depends-on:
9
wchar
10
11
configure.ac:
12
gl_FUNC_WMEMPCPY
13
if test $HAVE_WMEMPCPY = 0; then
14
AC_LIBOBJ([wmempcpy])
15
fi
16
gl_WCHAR_MODULE_INDICATOR([wmempcpy])
17
18
Makefile.am:
19
20
Include:
21
<wchar.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all