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
stdlib: Add a copyright header.
[gnulib.git]
/
modules
/
wcsncpy
blob
e8a165e6df8eb3c4a58f64124b721600023f90bb
1
Description:
2
wcsncpy() function: copy a size-bounded wide string.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/wcsncpy.c
12
lib/wcsncpy-impl.h
13
m4/wcsncpy.m4
14
15
Depends-on:
16
wchar
17
18
configure.ac:
19
gl_FUNC_WCSNCPY
20
gl_CONDITIONAL([GL_COND_OBJ_WCSNCPY], [test $HAVE_WCSNCPY = 0])
21
gl_WCHAR_MODULE_INDICATOR([wcsncpy])
22
23
Makefile.am:
24
if GL_COND_OBJ_WCSNCPY
25
lib_SOURCES += wcsncpy.c
26
endif
27
28
Include:
29
<wchar.h>
30
31
License:
32
LGPL
33
34
Maintainer:
35
all