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
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
wcpcpy
blob
378f70e607b5064a6b0ebf66a448299860055925
1
Description:
2
wcpcpy() function: copy a wide string.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/wcpcpy.c
12
lib/wcpcpy-impl.h
13
m4/wcpcpy.m4
14
15
Depends-on:
16
extensions
17
wchar
18
19
configure.ac:
20
gl_FUNC_WCPCPY
21
if test $HAVE_WCPCPY = 0; then
22
AC_LIBOBJ([wcpcpy])
23
fi
24
gl_WCHAR_MODULE_INDICATOR([wcpcpy])
25
26
Makefile.am:
27
28
Include:
29
<wchar.h>
30
31
License:
32
LGPL
33
34
Maintainer:
35
all