putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / wmempcpy
blob3f8e2c511265b05f06322f5b5cf9c8175e97778f
1 Description:
2 wmempcpy() function: copy wide character array, return pointer after last written wide character.
4 Files:
5 lib/wmempcpy.c
6 m4/wmempcpy.m4
8 Depends-on:
9 wchar
11 configure.ac:
12 gl_FUNC_WMEMPCPY
13 gl_CONDITIONAL([GL_COND_OBJ_WMEMPCPY],
14                [test $HAVE_WMEMPCPY = 0 || test $REPLACE_WMEMPCPY = 1])
15 gl_WCHAR_MODULE_INDICATOR([wmempcpy])
17 Makefile.am:
18 if GL_COND_OBJ_WMEMPCPY
19 lib_SOURCES += wmempcpy.c
20 endif
22 Include:
23 <wchar.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all