putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / wcsncat
blob354e31761624b025e39942e0679dcde586b873a2
1 Description:
2 wcsncat() function: append part of a wide string to a wide string.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcsncat.c
12 lib/wcsncat-impl.h
13 m4/wcsncat.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSNCAT
20 gl_CONDITIONAL([GL_COND_OBJ_WCSNCAT], [test $HAVE_WCSNCAT = 0])
21 gl_WCHAR_MODULE_INDICATOR([wcsncat])
23 Makefile.am:
24 if GL_COND_OBJ_WCSNCAT
25 lib_SOURCES += wcsncat.c
26 endif
28 Include:
29 <wchar.h>
31 License:
32 LGPL
34 Maintainer:
35 all