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
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
wcsdup
blob
1f08169081d7a857233976f75197dc89e56dedb1
1
Description:
2
wcsdup() function: duplicate a wide string.
3
4
Files:
5
lib/wcsdup.c
6
lib/wcsdup-impl.h
7
m4/wcsdup.m4
8
9
Depends-on:
10
wchar
11
wcslen [test $HAVE_WCSDUP = 0]
12
wmemcpy [test $HAVE_WCSDUP = 0]
13
14
configure.ac:
15
gl_FUNC_WCSDUP
16
if test $HAVE_WCSDUP = 0; then
17
AC_LIBOBJ([wcsdup])
18
fi
19
gl_WCHAR_MODULE_INDICATOR([wcsdup])
20
21
Makefile.am:
22
23
Include:
24
<wchar.h>
25
26
License:
27
LGPL
28
29
Maintainer:
30
all