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
vma-iter: Port to 64-bit Haiku.
[gnulib.git]
/
modules
/
wcpncpy
blob
f259fb42ea7718a7fbca71b8ce260b3556ac6cc4
1
Description:
2
wcpncpy() function: copy a size-bounded wide string.
3
4
Files:
5
lib/wcpncpy.c
6
lib/wcpncpy-impl.h
7
m4/wcpncpy.m4
8
9
Depends-on:
10
extensions
11
wchar
12
13
configure.ac:
14
gl_FUNC_WCPNCPY
15
if test $HAVE_WCPNCPY = 0; then
16
AC_LIBOBJ([wcpncpy])
17
fi
18
gl_WCHAR_MODULE_INDICATOR([wcpncpy])
19
20
Makefile.am:
21
22
Include:
23
<wchar.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
all