putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / wmemset
blob602352b870bf469d664b1ea71488a0af41eb9194
1 Description:
2 wmemset() function: fill wide character array.
4 Files:
5 lib/wmemset.c
6 lib/wmemset-impl.h
7 m4/wmemset.m4
9 Depends-on:
10 wchar
12 configure.ac:
13 gl_FUNC_WMEMSET
14 gl_CONDITIONAL([GL_COND_OBJ_WMEMSET], [test $HAVE_WMEMSET = 0])
15 gl_WCHAR_MODULE_INDICATOR([wmemset])
17 Makefile.am:
18 if GL_COND_OBJ_WMEMSET
19 lib_SOURCES += wmemset.c
20 endif
22 Include:
23 <wchar.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all