repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
math: Add support for OpenVMS.
[gnulib/ericb.git]
/
modules
/
wmemset
blob
daa018e55dcf044561f9a0b40d5578dcc33427b9
1
Description:
2
wmemset() function: fill wide character array.
3
4
Files:
5
lib/wmemset.c
6
lib/wmemset-impl.h
7
m4/wmemset.m4
8
9
Depends-on:
10
wchar
11
12
configure.ac:
13
gl_FUNC_WMEMSET
14
if test $HAVE_WMEMSET = 0; then
15
AC_LIBOBJ([wmemset])
16
fi
17
gl_WCHAR_MODULE_INDICATOR([wmemset])
18
19
Makefile.am:
20
21
Include:
22
<wchar.h>
23
24
License:
25
LGPL
26
27
Maintainer:
28
all