timespec_get: New module.
[gnulib.git] / modules / wcsncat
blobafbf3190d0cde318662f75b3c907b90d4c78fd82
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 if test $HAVE_WCSNCAT = 0; then
21   AC_LIBOBJ([wcsncat])
23 gl_WCHAR_MODULE_INDICATOR([wcsncat])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all