verify: new macro 'assume'
[gnulib.git] / modules / wmemset
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 Bruno Haible